NX Open C++ Reference Guide
|
Represents circular datum target data
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::Value | GetDiameter () |
Returns the diameter. | |
void | SetDiameter (const NXOpen::Annotations::Value &diameter) |
Sets the diameter Created in NX4.0.0. | |
virtual | ~CircularTargetData () |
Frees the object from memory. |
Represents circular datum target data
Created in NX4.0.0.
virtual NXOpen::Annotations::CircularTargetData::~CircularTargetData | ( | ) | [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 diameter.
void NXOpen::Annotations::CircularTargetData::SetDiameter | ( | const NXOpen::Annotations::Value & | diameter | ) |
Sets the diameter
Created in NX4.0.0.
License requirements : None
diameter | New diameter data |