InspectionTrackPointCollection Class¶
-
class
NXOpen.CAM.InspectionTrackPointCollection¶ Bases:
objectRepresents the inspection track point collection
To obtain an instance of this class, refer to
NXOpen.CAM.InspectionToolNew 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.TrackPointNew in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)