NX Open C++ Reference Guide
|
Represents a Annotations::FrameBarBuilder . More...
Additional Inherited Members | |
![]() | |
enum | AxisType { AxisTypeX, AxisTypeY, AxisTypeZ } |
Enum for Ship Axis This is used by Annotations::BaseFrameBarBuilder::Axis and Annotations::BaseFrameBarBuilder::SetAxis to get/set the axis for a frame bar. More... | |
![]() | |
bool | AftPerpendicular () |
Returns the aft perpendicular Created in NX8.0.0. | |
NXOpen::Annotations::BaseFrameBarBuilder::AxisType | Axis () |
Returns the axis Created in NX8.0.0. | |
bool | Baseline () |
Returns the baseline Created in NX8.0.0. | |
bool | BulkHeads () |
Returns the bulk heads Created in NX8.0.0. | |
bool | Centerline () |
Returns the centerline Created in NX8.0.0. | |
void | CreateFrameBarObject () |
Creates frame bar object Created in NX8.0.0. | |
bool | Decks () |
Returns the decks Created in NX8.0.0. | |
bool | ForwardPerpendicular () |
Returns the forward perpendicular Created in NX8.0.0. | |
NXOpen::Annotations::BaseFrameBar * | GetFramebar () |
The frame bar. | |
bool | InterTransverseFrames () |
Returns the inter transverse frames Created in NX8.0.0. | |
bool | LongitudinalYFrames () |
Returns the longitudinal yframes Created in NX8.0.0. | |
bool | LongitudinalZFrames () |
Returns the longitudinal zframes Created in NX8.0.0. | |
NXOpen::Annotations::OriginBuilder * | Origin () |
Returns the origin Created in NX8.0.0. | |
void | ReverseTics () |
This function is used to reverse tics on the framebar Created in NX8.0.0. | |
void | SetAftPerpendicular (bool aftPerpendicular) |
Sets the aft perpendicular Created in NX8.0.0. | |
void | SetAxis (NXOpen::Annotations::BaseFrameBarBuilder::AxisType axis) |
Sets the axis Created in NX8.0.0. | |
void | SetBaseline (bool baseline) |
Sets the baseline Created in NX8.0.0. | |
void | SetBulkHeads (bool bulkHeads) |
Sets the bulk heads Created in NX8.0.0. | |
void | SetCenterline (bool centerline) |
Sets the centerline Created in NX8.0.0. | |
void | SetDecks (bool decks) |
Sets the decks Created in NX8.0.0. | |
void | SetForwardPerpendicular (bool forwardPerpendicular) |
Sets the forward perpendicular Created in NX8.0.0. | |
void | SetInterTransverseFrames (bool interTransverseFrames) |
Sets the inter transverse frames Created in NX8.0.0. | |
void | SetLongitudinalYFrames (bool longitudinalYFrames) |
Sets the longitudinal yframes Created in NX8.0.0. | |
void | SetLongitudinalZFrames (bool longitudinalZFrames) |
Sets the longitudinal zframes Created in NX8.0.0. | |
void | SetTransveralInsertArea (bool transveralInsertArea) |
Sets the transveral insert area Created in NX8.0.0. | |
void | SetTransverseFrames (bool transverseFrames) |
Sets the transverse frames Created in NX8.0.0. | |
void | SetWaterline (bool waterline) |
Sets the waterline Created in NX8.0.0. | |
NXOpen::Annotations::StyleBuilder * | Style () |
Returns the style Created in NX8.0.0. | |
bool | TransveralInsertArea () |
Returns the transveral insert area Created in NX8.0.0. | |
bool | TransverseFrames () |
Returns the transverse frames Created in NX8.0.0. | |
void | UpdateFrameBarFromStyle () |
Updates frame bar object as per style Created in NX8.0.0. | |
void | UpdateFromConceptModel () |
This function is used to update framebar from Concept model Created in NX8.0.0. | |
NXOpen::Drawings::SelectDraftingView * | View () |
Returns the select view Created in NX8.0.0. | |
bool | Waterline () |
Returns the waterline Created in NX8.0.0. | |
Represents a Annotations::FrameBarBuilder .
This class allows to create frame bar annotation <br> To create a new instance of this class, use @link Annotations::FrameBarCollection::CreateFrameBarBuilder Annotations::FrameBarCollection::CreateFrameBarBuilder @endlink <br>
Default values.
Property | Value |
---|---|
AftPerpendicular |
0 |
X | |
Baseline |
0 |
BulkHeads |
0 |
0 | |
Decks |
0 |
ForwardPerpendicular |
0 |
InterTransverseFrames |
0 |
LongitudinalYFrames |
0 |
LongitudinalZFrames |
0 |
TransveralInsertArea |
0 |
TransverseFrames |
0 |
Waterline |
0 |
Created in NX8.0.0.