NX Open C++ Reference Guide
|
Represents rectangular datum target data
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::Value | GetLength () |
Returns the length. | |
NXOpen::Annotations::Value | GetWidth () |
Returns the width. | |
void | SetLength (const NXOpen::Annotations::Value &length) |
Sets the length Created in NX4.0.0. | |
void | SetWidth (const NXOpen::Annotations::Value &width) |
Sets the width Created in NX4.0.0. | |
virtual | ~RectangularTargetData () |
Frees the object from memory. |
Represents rectangular datum target data
Created in NX4.0.0.
virtual NXOpen::Annotations::RectangularTargetData::~RectangularTargetData | ( | ) | [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 length.
Returns the width.
void NXOpen::Annotations::RectangularTargetData::SetLength | ( | const NXOpen::Annotations::Value & | length | ) |
Sets the length
Created in NX4.0.0.
License requirements : None
length | New length data |
void NXOpen::Annotations::RectangularTargetData::SetWidth | ( | const NXOpen::Annotations::Value & | width | ) |
Sets the width
Created in NX4.0.0.
License requirements : None
width | New width data |