Search Results for

    Show / Hide Table of Contents

    Class ProbeControlParametersBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ProbeControlParametersBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Int32

    OutputExperience

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

    OutputOvertravel

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

    OutputPercentFeedback

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

    OutputToolOffset

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

    OutputWorkOffset

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

    Overtravel

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

    PercentFeedback

    Declaration
    public double PercentFeedback { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    WorkOffset

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX