Search Results for

    Show / Hide Table of Contents

    Class RadialStyleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RadialStyleBuilder
    Implements
    IMessageSink
    IComponentBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class RadialStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    RadialStyleBuilder()

    Declaration
    protected RadialStyleBuilder()

    Properties

    DiameterRadiusPlacement

    Declaration
    public DiameterRadiusSymbolPlacement DiameterRadiusPlacement { get; set; }
    Property Value
    Type Description
    DiameterRadiusSymbolPlacement

    DiameterSymbol

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

    DiameterSymbolType

    Declaration
    public DiameterSymbol DiameterSymbolType { get; set; }
    Property Value
    Type Description
    DiameterSymbol

    FoldedRadiusAngle

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

    RadiusSymbol

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

    RadiusSymbolType

    Declaration
    public RadiusSymbol RadiusSymbolType { get; set; }
    Property Value
    Type Description
    RadiusSymbol

    SymbolToDimensionTextDistance

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

    TextAboveLeader

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Annotations.DimensionStyleBuilder.TextPosition instead.")]
    public DiameterRadiusLeaderStub TextAboveLeader { get; set; }
    Property Value
    Type Description
    DiameterRadiusLeaderStub

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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