NX Open C++ Reference Guide
|
This class is used to set/access the appended text of a dimension
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
More...
Public Member Functions | |
std::vector< NXString > | GetAbove () |
Gets the appended text above the annotation. | |
std::vector< NXString > | GetAfter () |
Gets the appended text after the annotation. | |
std::vector< NXString > | GetBefore () |
Gets the appended text before the annotation. | |
std::vector< NXString > | GetBelow () |
Gets the appended text below the annotation. | |
void | SetAbove (std::vector< NXString > &lines) |
Sets the appended text above the annotation Created in NX9.0.0. | |
void | SetAfter (std::vector< NXString > &lines) |
Sets the appended text after the annotation Created in NX9.0.0. | |
void | SetBefore (std::vector< NXString > &lines) |
Sets the appended text before the annotation Created in NX9.0.0. | |
void | SetBelow (std::vector< NXString > &lines) |
Sets the appended text below the annotation Created in NX9.0.0. | |
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. | |
This class is used to set/access the appended text of a dimension
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
std::vector<NXString> NXOpen::Annotations::AppendedTextBuilder::GetAbove | ( | ) |
Gets the appended text above the annotation.
std::vector<NXString> NXOpen::Annotations::AppendedTextBuilder::GetAfter | ( | ) |
Gets the appended text after the annotation.
std::vector<NXString> NXOpen::Annotations::AppendedTextBuilder::GetBefore | ( | ) |
Gets the appended text before the annotation.
std::vector<NXString> NXOpen::Annotations::AppendedTextBuilder::GetBelow | ( | ) |
Gets the appended text below the annotation.
void NXOpen::Annotations::AppendedTextBuilder::SetAbove | ( | std::vector< NXString > & | lines | ) |
Sets the appended text above the annotation
Created in NX9.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lines | List of new lines |
void NXOpen::Annotations::AppendedTextBuilder::SetAfter | ( | std::vector< NXString > & | lines | ) |
Sets the appended text after the annotation
Created in NX9.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lines | List of new lines |
void NXOpen::Annotations::AppendedTextBuilder::SetBefore | ( | std::vector< NXString > & | lines | ) |
Sets the appended text before the annotation
Created in NX9.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lines | List of new lines |
void NXOpen::Annotations::AppendedTextBuilder::SetBelow | ( | std::vector< NXString > & | lines | ) |
Sets the appended text below the annotation
Created in NX9.0.0.
License requirements : drafting ("DRAFTING") OR geometric_tol ("GDT")
lines | List of new lines |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.