NX Open C++ Reference Guide
|
Represents a datum plane
This object can not be created by KF it's the display objet of the datum plane
Created in NX3.0.0.
More...
Public Member Functions | |
NXOpen::Features::Feature * | Feature () |
Returns the feature associated with the datum plane. | |
void | GetCornerPoints (NXOpen::Point3d *point1, NXOpen::Point3d *point2, NXOpen::Point3d *point3, NXOpen::Point3d *point4) |
Gets the corner points of the datum plane Created in NX3.0.0. | |
NXOpen::Vector3d | Normal () |
Returns the normal of the datum plane Created in NX3.0.0. | |
NXOpen::Point3d | Origin () |
Returns the origin of the datum plane Created in NX3.0.0. | |
bool | ReverseSection () |
Returns the reverse section flag Created in NX4.0.0. | |
void | SetCornerPoints (const NXOpen::Point3d &point1, const NXOpen::Point3d &point2, const NXOpen::Point3d &point3, const NXOpen::Point3d &point4) |
Sets the corner points of the datum plane Created in NX4.0.0. | |
void | SetReverseSection (bool reverseSection) |
Sets the reverse section flag Created in NX4.0.0. |
Represents a datum plane
This object can not be created by KF it's the display objet of the datum plane
Created in NX3.0.0.
Returns the feature associated with the datum plane.
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::DatumPlane::GetCornerPoints | ( | NXOpen::Point3d * | point1, |
NXOpen::Point3d * | point2, | ||
NXOpen::Point3d * | point3, | ||
NXOpen::Point3d * | point4 | ||
) |
Gets the corner points of the datum plane
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
point1 | First corner point of the datum plane |
point2 | Second corner point of the datum plane |
point3 | Third corner point of the datum plane |
point4 | Fourth corner point of the datum plane |
Returns the normal of the datum plane
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the origin of the datum plane
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
bool NXOpen::DatumPlane::ReverseSection | ( | ) |
Returns the reverse section flag
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::DatumPlane::SetCornerPoints | ( | const NXOpen::Point3d & | point1, |
const NXOpen::Point3d & | point2, | ||
const NXOpen::Point3d & | point3, | ||
const NXOpen::Point3d & | point4 | ||
) |
Sets the corner points of the datum plane
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
point1 | First corner point of the datum plane |
point2 | Second corner point of the datum plane |
point3 | Third corner point of the datum plane |
point4 | Fourth corner point of the datum plane |
void NXOpen::DatumPlane::SetReverseSection | ( | bool | reverseSection | ) |
Sets the reverse section flag
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
reverseSection | Reverse section flag |