NX Open C++ Reference Guide
|
Represents datum target data
Created in NX4.0.0.
More...
Public Member Functions | |
NXString | DatumLabel () |
Returns the datum label Created in NX4.0.0. | |
NXOpen::Annotations::SimpleDraftingAidPreferences * | GetSimpleDraftingAidPreferences () |
Returns the SimpleDraftingAidPreferences object. | |
int | Index () |
Returns the target index Created in NX4.0.0. | |
void | SetDatumLabel (const NXString &datumLabel) |
Sets the datum label Created in NX4.0.0. | |
void | SetIndex (int index) |
Sets the target index Created in NX4.0.0. | |
void | SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences) |
Sets the SimpleDraftingAidPreferences object Created in NX4.0.0. | |
virtual | ~DatumTargetData () |
Frees the object from memory. |
Represents datum target data
Created in NX4.0.0.
virtual NXOpen::Annotations::DatumTargetData::~DatumTargetData | ( | ) | [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
Returns the datum label
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::DatumTargetData::GetSimpleDraftingAidPreferences | ( | ) |
Returns the SimpleDraftingAidPreferences object.
Returns the target index
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::DatumTargetData::SetDatumLabel | ( | const NXString & | datumLabel | ) |
Sets the datum label
Created in NX4.0.0.
License requirements : None
datumLabel | New datum label |
void NXOpen::Annotations::DatumTargetData::SetIndex | ( | int | index | ) |
Sets the target index
Created in NX4.0.0.
License requirements : None
index | New target index |
void NXOpen::Annotations::DatumTargetData::SetSimpleDraftingAidPreferences | ( | NXOpen::Annotations::SimpleDraftingAidPreferences * | preferences | ) |
Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.
License requirements : None
preferences | New datum target preferences |