NX Open C++ Reference Guide
|
Represents a rectangular datum target
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXOpen::Annotations::Value | GetLength () |
Returns the target length. | |
virtual NXOpen::Annotations::Value | GetWidth () |
Returns the target width. | |
virtual void | SetLength (const NXOpen::Annotations::Value &length) |
Sets the target length Created in NX4.0.0. | |
virtual void | SetWidth (const NXOpen::Annotations::Value &width) |
Sets the target width Created in NX4.0.0. |
Represents a rectangular datum target
Created in NX4.0.0.
virtual NXOpen::Annotations::Value NXOpen::Annotations::RectangularTarget::GetLength | ( | ) | [virtual] |
Returns the target length.
Implements NXOpen::Annotations::IRectangularTarget.
virtual NXOpen::Annotations::Value NXOpen::Annotations::RectangularTarget::GetWidth | ( | ) | [virtual] |
Returns the target width.
Implements NXOpen::Annotations::IRectangularTarget.
virtual void NXOpen::Annotations::RectangularTarget::SetLength | ( | const NXOpen::Annotations::Value & | length | ) | [virtual] |
Sets the target length
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
length | New length data |
Implements NXOpen::Annotations::IRectangularTarget.
virtual void NXOpen::Annotations::RectangularTarget::SetWidth | ( | const NXOpen::Annotations::Value & | width | ) | [virtual] |
Sets the target width
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
width | New width data |
Implements NXOpen::Annotations::IRectangularTarget.