Class BaseFrameBarBuilder
Inheritance
BaseFrameBarBuilder
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
Axis
Declaration
public BaseFrameBarBuilder.AxisType Axis { get; set; }
Property Value
Baseline
Declaration
public bool Baseline { get; set; }
Property Value
BulkHeads
Declaration
public bool BulkHeads { get; set; }
Property Value
Centerline
Declaration
public bool Centerline { get; set; }
Property Value
Decks
Declaration
public bool Decks { get; set; }
Property Value
ForwardPerpendicular
Declaration
public bool ForwardPerpendicular { get; set; }
Property Value
HorizontalDistance
Declaration
public double HorizontalDistance { get; set; }
Property Value
HorizontalPosition
Declaration
public BaseFrameBarBuilder.HorizontalPositionType HorizontalPosition { get; set; }
Property Value
InterTransverseFrames
Declaration
public bool InterTransverseFrames { get; set; }
Property Value
LongitudinalBulkheads
Declaration
public bool LongitudinalBulkheads { get; set; }
Property Value
LongitudinalYFrames
Declaration
public bool LongitudinalYFrames { get; set; }
Property Value
LongitudinalYInsertFrames
Declaration
public bool LongitudinalYInsertFrames { get; set; }
Property Value
LongitudinalZFrames
Declaration
public bool LongitudinalZFrames { get; set; }
Property Value
LongitudinalZInsertFrames
Declaration
public bool LongitudinalZInsertFrames { get; set; }
Property Value
MainLine
Declaration
public bool MainLine { get; set; }
Property Value
MainLineColor
Declaration
public NXColor MainLineColor { get; set; }
Property Value
MainLineFont
Declaration
public DisplayableObject.ObjectFont MainLineFont { get; set; }
Property Value
MainLineWidth
Declaration
public LineWidth MainLineWidth { get; set; }
Property Value
Midship
Declaration
public bool Midship { get; set; }
Property Value
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
OriginType
Declaration
public BaseFrameBarBuilder.OriginOption OriginType { get; set; }
Property Value
Style
Declaration
public StyleBuilder Style { get; }
Property Value
TransveralInsertArea
Declaration
public bool TransveralInsertArea { get; set; }
Property Value
TransverseFrames
Declaration
public bool TransverseFrames { get; set; }
Property Value
VerticalDistance
Declaration
public double VerticalDistance { get; set; }
Property Value
VerticalPosition
Declaration
public BaseFrameBarBuilder.VerticalPositionType VerticalPosition { get; set; }
Property Value
View
Declaration
public SelectDraftingView View { get; }
Property Value
Waterline
Declaration
public bool Waterline { get; set; }
Property Value
Methods
CreateFrameBarObject()
Declaration
public void CreateFrameBarObject()
DeleteFrameBarObject()
Declaration
public void DeleteFrameBarObject()
GetFramebar()
Declaration
public BaseFrameBar GetFramebar()
Returns
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