NX Open C++ Reference Guide
|
Represents an Inspection operation
To obtain an instance of this class use CAM::InspectionOperationCollection
Created in NX7.0.0.
More...
Public Member Functions | |
void | AppendSubopMove (NXOpen::CAM::Move *move) |
Appends a move subop Created in NX8.0.0. | |
NXOpen::CAM::InspectionMoveCollection * | CmmInspectionMoveCollection () |
Represents the Inspection Move Collection Created in NX7.0.0. | |
NXOpen::CAM::CamInspectionOperationFeaturetypes | GetFeatureType () |
Returns the Operation Feature Type. | |
void | InsertSubopMove (NXOpen::CAM::Move *insertAfter, NXOpen::CAM::Move *move) |
Inserts a move subop Created in NX8.0.0. |
Represents an Inspection operation
To obtain an instance of this class use CAM::InspectionOperationCollection
Created in NX7.0.0.
Appends a move subop
Created in NX8.0.0.
License requirements : cam_base ("CAM BASE")
move | move |
NXOpen::CAM::InspectionMoveCollection* NXOpen::CAM::InspectionOperation::CmmInspectionMoveCollection | ( | ) |
Represents the Inspection Move Collection
Created in NX7.0.0.
NXOpen::CAM::CamInspectionOperationFeaturetypes NXOpen::CAM::InspectionOperation::GetFeatureType | ( | ) |
Returns the Operation Feature Type.
void NXOpen::CAM::InspectionOperation::InsertSubopMove | ( | NXOpen::CAM::Move * | insertAfter, |
NXOpen::CAM::Move * | move | ||
) |
Inserts a move subop
Created in NX8.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
insertAfter | insert after |
move | move |