Search Results for

    Show / Hide Table of Contents

    Class DimensionData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DimensionData
    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 DimensionData : TransientObject, IMessageSink, IDisposable

    Constructors

    DimensionData(IntPtr)

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

    Properties

    LeaderOrientation

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

    MeasurementDirection

    Declaration
    public Direction MeasurementDirection { get; set; }
    Property Value
    Type Description
    Direction

    MeasurementDirectionView

    Declaration
    public View MeasurementDirectionView { get; set; }
    Property Value
    Type Description
    View

    Methods

    FreeResource()

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

    GetAngularTolerance()

    Declaration
    public AngularTolerance GetAngularTolerance()
    Returns
    Type Description
    AngularTolerance

    GetAppendedText()

    Declaration
    public AppendedText GetAppendedText()
    Returns
    Type Description
    AppendedText

    GetAssociativity(Int32)

    Declaration
    public Associativity[] GetAssociativity(int associativityIndex)
    Parameters
    Type Name Description
    System.Int32 associativityIndex
    Returns
    Type Description
    Associativity[]

    GetDimensionPreferences()

    Declaration
    public DimensionPreferences GetDimensionPreferences()
    Returns
    Type Description
    DimensionPreferences

    GetInferredPlane(PmiDefaultPlane, DimensionType)

    Declaration
    public Xform GetInferredPlane(PmiDefaultPlane jaDefaultPlane, DimensionType dimType)
    Parameters
    Type Name Description
    PmiDefaultPlane jaDefaultPlane
    DimensionType dimType
    Returns
    Type Description
    Xform

    GetLetteringPreferences()

    Declaration
    public LetteringPreferences GetLetteringPreferences()
    Returns
    Type Description
    LetteringPreferences

    GetLineAndArrowPreferences()

    Declaration
    public LineAndArrowPreferences GetLineAndArrowPreferences()
    Returns
    Type Description
    LineAndArrowPreferences

    GetLinearTolerance()

    Declaration
    public LinearTolerance GetLinearTolerance()
    Returns
    Type Description
    LinearTolerance

    GetUserSymbolPreferences()

    Declaration
    public UserSymbolPreferences GetUserSymbolPreferences()
    Returns
    Type Description
    UserSymbolPreferences

    SetAngularTolerance(AngularTolerance)

    Declaration
    public void SetAngularTolerance(AngularTolerance tolerance)
    Parameters
    Type Name Description
    AngularTolerance tolerance

    SetAppendedText(AppendedText)

    Declaration
    public void SetAppendedText(AppendedText appendedText)
    Parameters
    Type Name Description
    AppendedText appendedText

    SetAssociativity(Int32, Associativity[])

    Declaration
    public void SetAssociativity(int associativityIndex, Associativity[] associativity)
    Parameters
    Type Name Description
    System.Int32 associativityIndex
    Associativity[] associativity

    SetDimensionPreferences(DimensionPreferences)

    Declaration
    public void SetDimensionPreferences(DimensionPreferences preferences)
    Parameters
    Type Name Description
    DimensionPreferences preferences

    SetLetteringPreferences(LetteringPreferences)

    Declaration
    public void SetLetteringPreferences(LetteringPreferences letteringPrefs)
    Parameters
    Type Name Description
    LetteringPreferences letteringPrefs

    SetLineAndArrowPreferences(LineAndArrowPreferences)

    Declaration
    public void SetLineAndArrowPreferences(LineAndArrowPreferences prefs)
    Parameters
    Type Name Description
    LineAndArrowPreferences prefs

    SetLinearTolerance(LinearTolerance)

    Declaration
    public void SetLinearTolerance(LinearTolerance tolerance)
    Parameters
    Type Name Description
    LinearTolerance tolerance

    SetUserSymbolPreferences(UserSymbolPreferences)

    Declaration
    public void SetUserSymbolPreferences(UserSymbolPreferences userSymbolPrefs)
    Parameters
    Type Name Description
    UserSymbolPreferences userSymbolPrefs

    Implements

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