NX Open C++ Reference Guide
|
Represents a Annotations::Dimension builder
To create a new instance of this class, use Annotations::ShipDimensionCollection::CreateShipDimensionBuilder
Created in NX9.0.0.
More...
Public Types | |
enum | GroupType { GroupTypeMainShipItem, GroupTypeDecks, GroupTypeTransversalFrames, GroupTypeBulkheads, GroupTypeLongitudinalFrames } |
The enum represents group type from concept model. More... | |
Public Member Functions | |
NXOpen::Annotations::AppendedTextBuilder * | AppendedText () |
Returns the appended text Created in NX9.0.0. | |
int | Element () |
Returns the element Created in NX9.0.0. | |
NXString | ElementName () |
Returns the element name Created in NX9.0.0. | |
NXOpen::SelectDisplayableObject * | FirstAssociativity () |
Returns the first associativity Created in NX9.0.0. | |
NXOpen::Annotations::ShipDimensionBuilder::GroupType | Group () |
Returns the group Created in NX9.0.0. | |
NXOpen::SelectDisplayableObject * | Inherit () |
Returns the inherit Created in NX9.0.0. | |
NXOpen::Annotations::OriginBuilder * | Origin () |
Returns the origin Created in NX9.0.0. | |
void | SetElement (int element) |
Sets the element Created in NX9.0.0. | |
void | SetElementName (const NXString &elementName) |
Sets the element name Created in NX9.0.0. | |
void | SetElementName (const char *elementName) |
Sets the element name Created in NX9.0.0. | |
void | SetGroup (NXOpen::Annotations::ShipDimensionBuilder::GroupType group) |
Sets the group Created in NX9.0.0. | |
NXOpen::Annotations::StyleBuilder * | Style () |
Returns the style Created in NX9.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Annotations::Dimension builder
To create a new instance of this class, use Annotations::ShipDimensionCollection::CreateShipDimensionBuilder
Created in NX9.0.0.
The enum represents group type from concept model.
NXOpen::Annotations::AppendedTextBuilder* NXOpen::Annotations::ShipDimensionBuilder::AppendedText | ( | ) |
Returns the appended text
Created in NX9.0.0.
License requirements : None
int NXOpen::Annotations::ShipDimensionBuilder::Element | ( | ) |
Returns the element
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Annotations::ShipDimensionBuilder::ElementName | ( | ) |
Returns the element name
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::SelectDisplayableObject* NXOpen::Annotations::ShipDimensionBuilder::FirstAssociativity | ( | ) |
Returns the first associativity
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::ShipDimensionBuilder::GroupType NXOpen::Annotations::ShipDimensionBuilder::Group | ( | ) |
Returns the group
Created in NX9.0.0.
License requirements : None
NXOpen::SelectDisplayableObject* NXOpen::Annotations::ShipDimensionBuilder::Inherit | ( | ) |
Returns the inherit
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::OriginBuilder* NXOpen::Annotations::ShipDimensionBuilder::Origin | ( | ) |
Returns the origin
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::ShipDimensionBuilder::SetElement | ( | int | element | ) |
Sets the element
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
element | element |
void NXOpen::Annotations::ShipDimensionBuilder::SetElementName | ( | const NXString & | elementName | ) |
Sets the element name
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
elementName | elementname |
void NXOpen::Annotations::ShipDimensionBuilder::SetElementName | ( | const char * | elementName | ) |
Sets the element name
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
elementName | elementname |
void NXOpen::Annotations::ShipDimensionBuilder::SetGroup | ( | NXOpen::Annotations::ShipDimensionBuilder::GroupType | group | ) |
Sets the group
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
group | group |
NXOpen::Annotations::StyleBuilder* NXOpen::Annotations::ShipDimensionBuilder::Style | ( | ) |
Returns the style
Created in NX9.0.0.
License requirements : None