TrackPointCollection Class

class NXOpen.CAM.TrackPointCollection

Bases: object

Represents the track point collection

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

New in version NX5.0.0.

Methods

Method Description
FindObject Finds the CAM.

Method Detail

FindObject

TrackPointCollection.FindObject

Finds the CAM.

TrackPoint 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 NX5.0.0.

License requirements: cam_base (“CAM BASE”)