NX Open C++ Reference Guide
|
Represents an inspection path point builder
Created in NX8.5.0.
More...
Public Member Functions | |
void | Delete (int index) |
Delete an existing path point Created in NX8.5.0. | |
void | GetPointData (int index, NXOpen::NXObject **point, double *angleA, double *angleB) |
Get the values of an existing path point Created in NX8.5.0. | |
void | ModifyData (int index, NXOpen::NXObject *point, double angleA, double angleB) |
Modify an existing path point, name changed if not unique Created in NX8.5.0. | |
void | SetPointData (int index, NXOpen::NXObject *point, double angleA, double angleB) |
Create a new path point, name changed if not unique Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents an inspection path point builder
Created in NX8.5.0.
void NXOpen::CAM::InspectionPathPointBuilder::Delete | ( | int | index | ) |
Delete an existing path point
Created in NX8.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
index | the index of the path point to delete |
void NXOpen::CAM::InspectionPathPointBuilder::GetPointData | ( | int | index, |
NXOpen::NXObject ** | point, | ||
double * | angleA, | ||
double * | angleB | ||
) |
Get the values of an existing path point
Created in NX8.5.0.
License requirements : None
index | the index of the path point |
point | the selected point |
angleA | the A angle |
angleB | the B angle |
void NXOpen::CAM::InspectionPathPointBuilder::ModifyData | ( | int | index, |
NXOpen::NXObject * | point, | ||
double | angleA, | ||
double | angleB | ||
) |
Modify an existing path point, name changed if not unique
Created in NX8.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
index | the index of the path point to modify |
point | the selected point |
angleA | the A angle |
angleB | the B angle |
void NXOpen::CAM::InspectionPathPointBuilder::SetPointData | ( | int | index, |
NXOpen::NXObject * | point, | ||
double | angleA, | ||
double | angleB | ||
) |
Create a new path point, name changed if not unique
Created in NX8.5.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
index | the index after which the new path point will be added |
point | the new path point |
angleA | the A angle |
angleB | the B angle |