Search Results for

    Show / Hide Table of Contents

    Class ProbeToleranceParametersBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ProbeToleranceParametersBuilder
    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 ProbeToleranceParametersBuilder : TaggedObject, IMessageSink

    Constructors

    ProbeToleranceParametersBuilder()

    Declaration
    protected ProbeToleranceParametersBuilder()

    Properties

    CylTolerance

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

    NullBandTolerance

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

    OutputCylTolerance

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

    OutputNullBandTolerance

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

    OutputTolerance

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

    OutputUpperTolerance

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

    Tolerance

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

    UpperTolerance

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

    Implements

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