NX Open C++ Reference Guide
|
Represents interface class for line datum target
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXOpen::Point3d | EndPointCoordinates ()=0 |
Returns the target end point coordinates Created in NX4.0.0. | |
virtual NXOpen::Point3d | StartPointCoordinates ()=0 |
Returns the target start point coordinates Created in NX4.0.0. |
Represents interface class for line datum target
Created in NX4.0.0.
virtual NXOpen::Point3d NXOpen::Annotations::ILineTarget::EndPointCoordinates | ( | ) | [pure virtual] |
Returns the target end point coordinates
Created in NX4.0.0.
License requirements : None
Implemented in NXOpen::Annotations::DraftingLineTarget, and NXOpen::Annotations::LineTarget.
virtual NXOpen::Point3d NXOpen::Annotations::ILineTarget::StartPointCoordinates | ( | ) | [pure virtual] |
Returns the target start point coordinates
Created in NX4.0.0.
License requirements : None
Implemented in NXOpen::Annotations::DraftingLineTarget, and NXOpen::Annotations::LineTarget.