CAMAttributeCollection Class

class NXOpen.CAM.CAMAttributeCollection

Bases: object

Represents the CAM Attribute collection

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

New in version NX8.0.0.

Methods

Method Description
AddAttribute Add an attribute @return
FindObject Finds the CAM.

Method Detail

AddAttribute

CAMAttributeCollection.AddAttribute

Add an attribute

Signature AddAttribute(name, type)

Parameters:
Returns:

Return type:

NXOpen.CAM.CAMAttribute

New in version NX8.0.0.

License requirements: cam_base (“CAM BASE”)

FindObject

CAMAttributeCollection.FindObject

Finds the CAM.

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

New in version NX8.0.0.

License requirements: None.