NX Open C++ Reference Guide
|
Represents a datum axis
This object can not be created by KF it's the display objet of the datum axis
Created in NX3.0.0.
More...
Public Member Functions | |
NXOpen::Vector3d | Direction () |
Returns the direction of the datum axis Created in NX3.0.0. | |
NXOpen::Features::Feature * | Feature () |
Returns the feature associated with the datum axis. | |
void | GetEndPoints (NXOpen::Point3d *start, NXOpen::Point3d *end) |
Gets the end points of the datum axis Created in NX3.0.0. | |
NXOpen::Point3d | Origin () |
Returns the origin of the datum axis Created in NX3.0.0. | |
void | SetEndPoints (const NXOpen::Point3d &start, const NXOpen::Point3d &end) |
Sets the end points of the datum axis Created in NX3.0.0. |
Represents a datum axis
This object can not be created by KF it's the display objet of the datum axis
Created in NX3.0.0.
Returns the direction of the datum axis
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the feature associated with the datum axis.
Note that this is not valid for an occurrence. See INXObject::IsOccurrence .
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::DatumAxis::GetEndPoints | ( | NXOpen::Point3d * | start, |
NXOpen::Point3d * | end | ||
) |
Gets the end points of the datum axis
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
start | Start point of datum axis |
end | End point of datum axis |
Returns the origin of the datum axis
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::DatumAxis::SetEndPoints | ( | const NXOpen::Point3d & | start, |
const NXOpen::Point3d & | end | ||
) |
Sets the end points of the datum axis
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
start | Start point of the datum axis |
end | End point of the datum axis |