NX Open C++ Reference Guide
|
Represents a rectangular datum target
To create or edit an instance of this class, use Annotations::PmiDatumTargetBuilder
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. | |
virtual void | SetWidth (const NXOpen::Annotations::Value &width) |
Sets the target width. | |
Additional Inherited Members | |
![]() | |
enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
specifies the object font for objects such as lines Created in NX3.0.0. More... | |
enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
Represents a rectangular datum target
To create or edit an instance of this class, use Annotations::PmiDatumTargetBuilder
Created in NX4.0.0.
|
virtual |
Returns the target length.
Implements NXOpen::Annotations::IRectangularTarget.
|
virtual |
Returns the target width.
Implements NXOpen::Annotations::IRectangularTarget.
|
virtual |
Sets the target length.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
length | New length data |
Implements NXOpen::Annotations::IRectangularTarget.
|
virtual |
Sets the target width.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
width | New width data |
Implements NXOpen::Annotations::IRectangularTarget.