|
NX Open C++ Reference Guide
|
Represents notes
Created in NX9.0.0.
More...
Public Member Functions | |
| std::vector< NXString > | GetText () |
| Returns the text. | |
| void | SetText (const std::vector< NXString > &text) |
| Sets the text Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents notes
Created in NX9.0.0.
| std::vector<NXString> NXOpen::CAM::Notes::GetText | ( | ) |
Returns the text.
| void NXOpen::CAM::Notes::SetText | ( | const std::vector< NXString > & | text | ) |
Sets the text
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| text | text |