Search Results for

    Show / Hide Table of Contents

    Class BaseFrameBarBuilder

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

    Constructors

    BaseFrameBarBuilder()

    Declaration
    protected BaseFrameBarBuilder()

    Properties

    AftPerpendicular

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

    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
    bool

    BulkHeads

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

    Centerline

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

    Decks

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

    ForwardPerpendicular

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

    HorizontalDistance

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

    HorizontalPosition

    Declaration
    public BaseFrameBarBuilder.HorizontalPositionType HorizontalPosition { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.HorizontalPositionType

    InterTransverseFrames

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

    LongitudinalBulkheads

    Declaration
    public bool LongitudinalBulkheads { get; set; }
    Property Value
    Type Description
    bool

    LongitudinalYFrames

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

    LongitudinalYInsertFrames

    Declaration
    public bool LongitudinalYInsertFrames { get; set; }
    Property Value
    Type Description
    bool

    LongitudinalZFrames

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

    LongitudinalZInsertFrames

    Declaration
    public bool LongitudinalZInsertFrames { get; set; }
    Property Value
    Type Description
    bool

    MainLine

    Declaration
    public bool MainLine { get; set; }
    Property Value
    Type Description
    bool

    MainLineColor

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

    MainLineFont

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

    MainLineWidth

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

    Midship

    Declaration
    public bool Midship { get; set; }
    Property Value
    Type Description
    bool

    Origin

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

    OriginType

    Declaration
    public BaseFrameBarBuilder.OriginOption OriginType { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.OriginOption

    Style

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

    TransveralInsertArea

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

    TransverseFrames

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

    VerticalDistance

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

    VerticalPosition

    Declaration
    public BaseFrameBarBuilder.VerticalPositionType VerticalPosition { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.VerticalPositionType

    View

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

    Waterline

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

    Methods

    CreateFrameBarObject()

    Declaration
    public void CreateFrameBarObject()

    DeleteFrameBarObject()

    Declaration
    public void DeleteFrameBarObject()

    GetFramebar()

    Declaration
    public BaseFrameBar GetFramebar()
    Returns
    Type Description
    BaseFrameBar

    ReverseAlongHullSide()

    Declaration
    public void ReverseAlongHullSide()

    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