Class BaseFrameBarBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseFrameBarBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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 |
|
HorizontalDistance
Declaration
public double HorizontalDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalPosition
Declaration
public BaseFrameBarBuilder.HorizontalPositionType HorizontalPosition { get; set; }
Property Value
InterTransverseFrames
Declaration
public bool InterTransverseFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LongitudinalBulkheads
Declaration
public bool LongitudinalBulkheads { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LongitudinalYFrames
Declaration
public bool LongitudinalYFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LongitudinalYInsertFrames
Declaration
public bool LongitudinalYInsertFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LongitudinalZFrames
Declaration
public bool LongitudinalZFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LongitudinalZInsertFrames
Declaration
public bool LongitudinalZInsertFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MainLine
Declaration
public bool MainLine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
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
Type |
Description |
System.Boolean |
|
TransverseFrames
Declaration
public bool TransverseFrames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VerticalDistance
Declaration
public double VerticalDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Boolean |
|
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