CAMFeatureCollection Class¶
-
class
NXOpen.CAM.CAMFeatureCollection¶ Bases:
objectRepresents the CAMFeature collection
To obtain an instance of this class, refer to
NXOpen.BasePartNew 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.CAMFeatureNew in version NX7.5.0.
License requirements: None.