CAMFeatureCollection Class

class NXOpen.CAM.CAMFeatureCollection

Bases: object

Represents the CAMFeature collection

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

New in version NX7.5.0.

Methods

Method Description
FindObject Finds the CAM.

Method Detail

FindObject

CAMFeatureCollection.FindObject

Finds the CAM.

CAMFeature 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.CAMFeature

New in version NX7.5.0.

License requirements: None.