InspectionMoveSubopCollection Class

class NXOpen.CAM.InspectionMoveSubopCollection

Bases: object

Represents the Inspection move collection contained by point set subops

To obtain an instance of this class, refer to NXOpen.CAM.InspectionMoveSubop

New in version NX7.0.0.

Methods

Method Description
FindObject Finds the CAM.

Method Detail

FindObject

InspectionMoveSubopCollection.FindObject

Finds the CAM.

InspectionMoveSubop object with the given identifier as recorded in a journal.

Signature FindObject(sid)

Parameters:sid (str) – the name of the object
Returns:the found object
Return type:NXOpen.CAM.InspectionMoveSubop

New in version NX8.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)