NX Open C++ Reference Guide
|
Represents a datum reference
Created in NX4.0.0.
More...
Public Member Functions | |
NXString | DatumLabel () |
Returns the datum label Created in NX4.0.0. | |
std::vector < NXOpen::Annotations::MaterialConditionModifier > | GetMaterialConditionModifiers () |
Returns the material condition modifiers. | |
void | SetDatumLabel (const NXString &label) |
Sets the datum label Created in NX4.0.0. | |
void | SetDatumLabel (const char *label) |
Sets the datum label Created in NX4.0.0. | |
void | SetMaterialConditionModifiers (const std::vector< NXOpen::Annotations::MaterialConditionModifier > &modifiers) |
Sets the material condition modifiers Created in NX4.0.0. | |
virtual | ~DatumReference () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a datum reference
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
NXString NXOpen::Annotations::DatumReference::DatumLabel | ( | ) |
Returns the datum label
Created in NX4.0.0.
License requirements : None
std::vector<NXOpen::Annotations::MaterialConditionModifier> NXOpen::Annotations::DatumReference::GetMaterialConditionModifiers | ( | ) |
Returns the material condition modifiers.
void NXOpen::Annotations::DatumReference::SetDatumLabel | ( | const NXString & | label | ) |
Sets the datum label
Created in NX4.0.0.
License requirements : None
label | New datum label |
void NXOpen::Annotations::DatumReference::SetDatumLabel | ( | const char * | label | ) |
Sets the datum label
Created in NX4.0.0.
License requirements : None
label | New datum label |
void NXOpen::Annotations::DatumReference::SetMaterialConditionModifiers | ( | const std::vector< NXOpen::Annotations::MaterialConditionModifier > & | modifiers | ) |
Sets the material condition modifiers
Created in NX4.0.0.
License requirements : None
modifiers | List of modifiers |