Search Results for

    Show / Hide Table of Contents

    Class BaseFrameBarBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseFrameBarBuilder
    FrameBarBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 BaseFrameBarBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BaseFrameBarBuilder()

    Declaration
    protected BaseFrameBarBuilder()

    Properties

    AftPerpendicular

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

    Axis

    Declaration
    public BaseFrameBarBuilder.AxisType Axis { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.AxisType

    Baseline

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

    BulkHeads

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

    Centerline

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

    Decks

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

    ForwardPerpendicular

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

    InterTransverseFrames

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

    LongitudinalYFrames

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

    LongitudinalZFrames

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

    Origin

    Declaration
    public OriginBuilder Origin { get; }
    Property Value
    Type Description
    OriginBuilder

    Style

    Declaration
    public StyleBuilder Style { get; }
    Property Value
    Type Description
    StyleBuilder

    TransveralInsertArea

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

    TransverseFrames

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

    View

    Declaration
    public SelectDraftingView View { get; }
    Property Value
    Type Description
    SelectDraftingView

    Waterline

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

    Methods

    CreateFrameBarObject()

    Declaration
    public void CreateFrameBarObject()

    GetFramebar()

    Declaration
    public BaseFrameBar GetFramebar()
    Returns
    Type Description
    BaseFrameBar

    ReverseTics()

    Declaration
    public void ReverseTics()

    UpdateFrameBarFromStyle()

    Declaration
    public void UpdateFrameBarFromStyle()

    UpdateFromConceptModel()

    Declaration
    public void UpdateFromConceptModel()

    Implements

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