Search Results for

    Show / Hide Table of Contents

    Class ProbeControlParametersBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ProbeControlParametersBuilder
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class ProbeControlParametersBuilder : TaggedObject, IMessageSink

    Constructors

    ProbeControlParametersBuilder()

    Declaration
    protected ProbeControlParametersBuilder()

    Properties

    Adjustment

    Declaration
    public ProbeControlParametersBuilder.AdjustmentTypes Adjustment { get; set; }
    Property Value
    Type Description
    ProbeControlParametersBuilder.AdjustmentTypes

    Experience

    Declaration
    public int Experience { get; set; }
    Property Value
    Type Description
    int

    OutputExperience

    Declaration
    public bool OutputExperience { get; set; }
    Property Value
    Type Description
    bool

    OutputOvertravel

    Declaration
    public bool OutputOvertravel { get; set; }
    Property Value
    Type Description
    bool

    OutputPercentFeedback

    Declaration
    public bool OutputPercentFeedback { get; set; }
    Property Value
    Type Description
    bool

    OutputToolOffset

    Declaration
    public bool OutputToolOffset { get; set; }
    Property Value
    Type Description
    bool

    OutputWorkOffset

    Declaration
    public bool OutputWorkOffset { get; set; }
    Property Value
    Type Description
    bool

    Overtravel

    Declaration
    public double Overtravel { get; set; }
    Property Value
    Type Description
    double

    PercentFeedback

    Declaration
    public double PercentFeedback { get; set; }
    Property Value
    Type Description
    double

    Print

    Declaration
    public ProbeControlParametersBuilder.PrintType Print { get; set; }
    Property Value
    Type Description
    ProbeControlParametersBuilder.PrintType

    ToolOffset

    Declaration
    public int ToolOffset { get; set; }
    Property Value
    Type Description
    int

    WorkOffset

    Declaration
    public int WorkOffset { get; set; }
    Property Value
    Type Description
    int

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX