Search Results for

    Show / Hide Table of Contents

    Class LinearTolerance

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    LinearTolerance
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class LinearTolerance : TransientObject, IMessageSink, IDisposable

    Constructors

    LinearTolerance(IntPtr)

    Declaration
    protected LinearTolerance(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    DualDimensionDecimalPlaces

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

    DualToleranceDecimalPlaces

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

    LimitFitAnsiHoleType

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

    LimitFitDeviation

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

    LimitFitDisplayStyle

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

    LimitFitGrade

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

    PrimaryDimensionDecimalPlaces

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

    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
    System.IDisposable
    In This Article
    Back to top Generated by DocFX