NX Open C++ Reference Guide
|
Represents the CAM Attribute collection
To obtain an instance of this class, refer to CAM::CAMFeature
Created in NX8.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
NXOpen::CAM::CAMAttribute * | AddAttribute (const NXString &name, NXOpen::CAM::CAMAttribute::ValueType type) |
Add an attribute. | |
iterator | begin () |
Returns an iterator addressing the first element. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAM::CAMAttribute * | FindObject (const NXString &sid) |
Finds the CAM.CAMAttribute object with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents the CAM Attribute collection
To obtain an instance of this class, refer to CAM::CAMFeature
Created in NX8.0.0.
NXOpen::CAM::CAMAttribute* NXOpen::CAM::CAMAttributeCollection::AddAttribute | ( | const NXString & | name, |
NXOpen::CAM::CAMAttribute::ValueType | type | ||
) |
Add an attribute.
name | attribute name |
type | attribute type |
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
Finds the CAM.CAMAttribute object with the given identifier as recorded in a journal.
sid | the name of the object |
tag_t NXOpen::CAM::CAMAttributeCollection::Tag | ( | ) | const |
Returns the tag of this object.