NX Open C++ Reference Guide
|
Represents datum data
Created in NX4.0.0.
More...
Public Member Functions | |
bool | AlwaysVertical () |
Returns the flag indicating whether the datum is always vertical (without the stub) Created in NX4.0.0. | |
bool | DrawX () |
Returns the flag indicating whether to draw X, where the leader terminates Created in NX4.0.0. | |
NXOpen::Annotations::SimpleDraftingAidPreferences * | GetSimpleDraftingAidPreferences () |
Returns the SimpleDraftingAidPreferences object. | |
NXString | Label () |
Returns the label Created in NX4.0.0. | |
void | SetAlwaysVertical (bool alwaysVertical) |
Sets the flag indicating whether the datum is always vertical (without the stub) Created in NX4.0.0. | |
void | SetDrawX (bool drawX) |
Sets the flag indicating whether to draw X, where the leader terminates Created in NX4.0.0. | |
void | SetLabel (const NXString &label) |
Sets the label Created in NX4.0.0. | |
void | SetLabel (const char *label) |
Sets the label Created in NX4.0.0. | |
void | SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences) |
Sets the SimpleDraftingAidPreferences object Created in NX4.0.0. | |
virtual | ~DatumData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents datum 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
bool NXOpen::Annotations::DatumData::AlwaysVertical | ( | ) |
Returns the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0.
License requirements : None
bool NXOpen::Annotations::DatumData::DrawX | ( | ) |
Returns the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::DatumData::GetSimpleDraftingAidPreferences | ( | ) |
Returns the SimpleDraftingAidPreferences object.
NXString NXOpen::Annotations::DatumData::Label | ( | ) |
Returns the label
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::DatumData::SetAlwaysVertical | ( | bool | alwaysVertical | ) |
Sets the flag indicating whether the datum is always vertical (without the stub)
Created in NX4.0.0.
License requirements : None
alwaysVertical | Flag indicating whether the datum is always vertical |
void NXOpen::Annotations::DatumData::SetDrawX | ( | bool | drawX | ) |
Sets the flag indicating whether to draw X, where the leader terminates
Created in NX4.0.0.
License requirements : None
drawX | Flag indicating whether to draw X where leader termiantes |
void NXOpen::Annotations::DatumData::SetLabel | ( | const NXString & | label | ) |
void NXOpen::Annotations::DatumData::SetLabel | ( | const char * | label | ) |
void NXOpen::Annotations::DatumData::SetSimpleDraftingAidPreferences | ( | NXOpen::Annotations::SimpleDraftingAidPreferences * | preferences | ) |
Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.
License requirements : None
preferences | New datum preferences |