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