NX Open C++ Reference Guide
|
Represents note data
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::SimpleDraftingAidPreferences * | GetSimpleDraftingAidPreferences () |
Returns the SimpleDraftingAidPreferences object. | |
std::vector< NXString > | GetText () |
Returns the text. | |
void | SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences) |
Sets the SimpleDraftingAidPreferences object Created in NX4.0.0. | |
void | SetText (std::vector< NXString > &lines) |
Sets the text Created in NX4.0.0. | |
virtual | ~NoteData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents note data
Created in NX4.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::NoteData::GetSimpleDraftingAidPreferences | ( | ) |
Returns the SimpleDraftingAidPreferences object.
std::vector<NXString> NXOpen::Annotations::NoteData::GetText | ( | ) |
Returns the text.
void NXOpen::Annotations::NoteData::SetSimpleDraftingAidPreferences | ( | NXOpen::Annotations::SimpleDraftingAidPreferences * | preferences | ) |
Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.
License requirements : None
preferences | New note preferences |
void NXOpen::Annotations::NoteData::SetText | ( | std::vector< NXString > & | lines | ) |
Sets the text
Created in NX4.0.0.
License requirements : None
lines | List of new lines |