NX Open C++ Reference Guide
|
Represents a smart Point . More...
Public Member Functions | |
NXOpen::Point3d | Coordinates () |
Returns the coordinates of the point Created in NX3.0.0. | |
bool | IsReference () |
Returns the reference state of a point. | |
void | SetCoordinates (const NXOpen::Point3d &coordinates) |
Sets the coordinates of the point Created in NX3.0.0. | |
void | SetPointOnCurveTParameterFixed (bool isFixed) |
Sets the T parameter of the point created using point on curve method Created in NX5.0.0. |
Represents a smart Point .
To create a new instance of this class, use PointCollection::CreatePoint
Created in NX3.0.0.
Returns the coordinates of the point
Created in NX3.0.0.
License requirements : None
bool NXOpen::Point::IsReference | ( | ) |
Returns the reference state of a point.
Created in NX8.0.0.
License requirements : None
void NXOpen::Point::SetCoordinates | ( | const NXOpen::Point3d & | coordinates | ) |
Sets the coordinates of the point
Created in NX3.0.0.
License requirements : None
coordinates | coordinates |
void NXOpen::Point::SetPointOnCurveTParameterFixed | ( | bool | isFixed | ) |
Sets the T parameter of the point created using point on curve method
Created in NX5.0.0.
License requirements : None
isFixed | True - T Parameter Fixed; False - Not Fixed |