Search Results for

    Show / Hide Table of Contents

    Class SymbolStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SymbolStyleBuilder
    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 SymbolStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SymbolStyleBuilder()

    Declaration
    protected SymbolStyleBuilder()

    Properties

    AttachToIdSymbolVertex

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

    BalloonType

    Declaration
    public BalloonTypes BalloonType { get; set; }
    Property Value
    Type Description
    BalloonTypes

    CenterlineSymbolColor

    Declaration
    public NXColor CenterlineSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    CenterlineSymbolWidth

    Declaration
    public LineWidth CenterlineSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    DatumLabelStartingLetter

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

    DraftingSurfaceFinishStandard

    Declaration
    public SurfaceFinishStandard DraftingSurfaceFinishStandard { get; set; }
    Property Value
    Type Description
    SurfaceFinishStandard

    EdgeConditionColor

    Declaration
    public NXColor EdgeConditionColor { get; set; }
    Property Value
    Type Description
    NXColor

    EdgeConditionSymbolExtendReferenceLine

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

    EdgeConditionWidth

    Declaration
    public LineWidth EdgeConditionWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    FcfAdditionalTextUnderline

    Declaration
    public SymbolStyleBuilder.FcfTextUnderlineOption FcfAdditionalTextUnderline { get; set; }
    Property Value
    Type Description
    SymbolStyleBuilder.FcfTextUnderlineOption

    GdtSymbolColor

    Declaration
    public NXColor GdtSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    GdtSymbolFont

    Declaration
    public DisplayableObject.ObjectFont GdtSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    GdtSymbolWidth

    Declaration
    public LineWidth GdtSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    IdSymbolColor

    Declaration
    public NXColor IdSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    IdSymbolFont

    Declaration
    public DisplayableObject.ObjectFont IdSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    IdSymbolSize

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

    IdSymbolWidth

    Declaration
    public LineWidth IdSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    IntersectionSymbolColor

    Declaration
    public NXColor IntersectionSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    IntersectionSymbolFont

    Declaration
    public DisplayableObject.ObjectFont IntersectionSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    IntersectionSymbolWidth

    Declaration
    public LineWidth IntersectionSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    SurfaceFinishColor

    Declaration
    public NXColor SurfaceFinishColor { get; set; }
    Property Value
    Type Description
    NXColor

    SurfaceFinishFont

    Declaration
    public DisplayableObject.ObjectFont SurfaceFinishFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    SurfaceFinishWidth

    Declaration
    public LineWidth SurfaceFinishWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    TargetSymbolColor

    Declaration
    public NXColor TargetSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    TargetSymbolFont

    Declaration
    public DisplayableObject.ObjectFont TargetSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    TargetSymbolWidth

    Declaration
    public LineWidth TargetSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    UserDefinedSymbolColor

    Declaration
    public NXColor UserDefinedSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    UserDefinedSymbolFont

    Declaration
    public DisplayableObject.ObjectFont UserDefinedSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    UserDefinedSymbolWidth

    Declaration
    public LineWidth UserDefinedSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    WeldLineGap

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

    WeldSpaceFactor

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

    WeldSymbolColor

    Declaration
    public NXColor WeldSymbolColor { get; set; }
    Property Value
    Type Description
    NXColor

    WeldSymbolFont

    Declaration
    public DisplayableObject.ObjectFont WeldSymbolFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    WeldSymbolSizeFactor

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

    WeldSymbolStandard

    Declaration
    public WeldStandard WeldSymbolStandard { get; set; }
    Property Value
    Type Description
    WeldStandard

    WeldSymbolWidth

    Declaration
    public LineWidth WeldSymbolWidth { get; set; }
    Property Value
    Type Description
    LineWidth

    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