InspectionTrackPointCollection Class

class NXOpen.CAM.InspectionTrackPointCollection

Bases: object

Represents the inspection track point collection

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

New in version NX7.0.0.

Methods

Method Description
FindObject Finds the CAM.

Method Detail

FindObject

InspectionTrackPointCollection.FindObject

Finds the CAM.

InspectionTrackPoint object with the given identifier.

Signature FindObject(sid)

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

New in version NX7.0.0.

License requirements: insp_programming (“INSPECTION PROGRAMMING”)