Search Results for

    Show / Hide Table of Contents

    Class LinearTolerance

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    LinearTolerance
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class LinearTolerance : TransientObject, IMessageSink, IDisposable

    Constructors

    LinearTolerance(nint)

    Declaration
    protected LinearTolerance(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DualDimensionDecimalPlaces

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

    DualToleranceDecimalPlaces

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

    LimitFitAnsiHoleType

    Declaration
    public FitAnsiHoleType LimitFitAnsiHoleType { get; set; }
    Property Value
    Type Description
    FitAnsiHoleType

    LimitFitDeviation

    Declaration
    public string LimitFitDeviation { get; set; }
    Property Value
    Type Description
    string

    LimitFitDisplayStyle

    Declaration
    public FitDisplayStyle LimitFitDisplayStyle { get; set; }
    Property Value
    Type Description
    FitDisplayStyle

    LimitFitGrade

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

    PrimaryDimensionDecimalPlaces

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

    ToleranceType

    Declaration
    public ToleranceType ToleranceType { get; set; }
    Property Value
    Type Description
    ToleranceType

    ZeroToleranceDisplayStyle

    Declaration
    public ZeroToleranceDisplayStyle ZeroToleranceDisplayStyle { get; set; }
    Property Value
    Type Description
    ZeroToleranceDisplayStyle

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetLowerToleranceInches()

    Declaration
    public Value GetLowerToleranceInches()
    Returns
    Type Description
    Value

    GetLowerToleranceMm()

    Declaration
    public Value GetLowerToleranceMm()
    Returns
    Type Description
    Value

    GetUpperToleranceInches()

    Declaration
    public Value GetUpperToleranceInches()
    Returns
    Type Description
    Value

    GetUpperToleranceMm()

    Declaration
    public Value GetUpperToleranceMm()
    Returns
    Type Description
    Value

    SetLowerToleranceInches(Value)

    Declaration
    public void SetLowerToleranceInches(Value lowerToleranceInches)
    Parameters
    Type Name Description
    Value lowerToleranceInches

    SetLowerToleranceMm(Value)

    Declaration
    public void SetLowerToleranceMm(Value lowerToleranceMm)
    Parameters
    Type Name Description
    Value lowerToleranceMm

    SetUpperToleranceInches(Value)

    Declaration
    public void SetUpperToleranceInches(Value upperToleranceInches)
    Parameters
    Type Name Description
    Value upperToleranceInches

    SetUpperToleranceMm(Value)

    Declaration
    public void SetUpperToleranceMm(Value upperToleranceMm)
    Parameters
    Type Name Description
    Value upperToleranceMm

    Implements

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