Search Results for

    Show / Hide Table of Contents

    Class UnitsStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UnitsStyleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class UnitsStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    UnitsStyleBuilder()

    Declaration
    protected UnitsStyleBuilder()

    Properties

    AngularSuppressZeros

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

    ConvertPrimaryTolerance

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

    DecimalPointCharacter

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

    DimensionAngularFormat

    Declaration
    public AngularDimensionFormat DimensionAngularFormat { get; set; }
    Property Value
    Type Description
    AngularDimensionFormat

    DimensionLinearUnits

    Declaration
    public DimensionUnit DimensionLinearUnits { get; set; }
    Property Value
    Type Description
    DimensionUnit

    DimensionTolerancePlacement

    Declaration
    public TolerancePlacement DimensionTolerancePlacement { get; set; }
    Property Value
    Type Description
    TolerancePlacement

    DisplayLeadingDimensionZeros

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

    DisplayLeadingToleranceZeros

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

    DisplayTrailingZeros

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

    DualDimensionCenterDimensionLine

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

    DualDimensionFormat

    Declaration
    public DualDimensionPlacement DualDimensionFormat { get; set; }
    Property Value
    Type Description
    DualDimensionPlacement

    DualDimensionUnits

    Declaration
    public DimensionUnit DualDimensionUnits { get; set; }
    Property Value
    Type Description
    DimensionUnit

    DualFractionType

    Declaration
    public DimensionTextFormat DualFractionType { get; set; }
    Property Value
    Type Description
    DimensionTextFormat

    FractionalDisplay

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

    LinearFractionType

    Declaration
    public DimensionTextFormat LinearFractionType { get; set; }
    Property Value
    Type Description
    DimensionTextFormat

    NumeratorDegrees

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

    NumeratorFraction

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

    NumeratorMinutes

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

    NumeratorSeconds

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

    ToleranceAngularFormat

    Declaration
    public AngularDimensionFormat ToleranceAngularFormat { get; set; }
    Property Value
    Type Description
    AngularDimensionFormat

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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