NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAM::CAMAttributeCollection Class Reference

Represents the CAM Attribute collection
To obtain an instance of this class, refer to CAM::CAMFeature

Created in NX8.0.0. More...

Inheritance diagram for NXOpen::CAM::CAMAttributeCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

NXOpen::CAM::CAMAttributeAddAttribute (const NXString &name, NXOpen::CAM::CAMAttribute::ValueType type)
 Add an attribute.
 
NXOpen::CAM::CAMAttributeAddAttribute (const char *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::CAMAttributeFindObject (const NXString &sid)
 Finds the CAM.CAMAttribute object with the given identifier as recorded in a journal.
 
NXOpen::CAM::CAMAttributeFindObject (const char *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.
 

Detailed Description

Represents the CAM Attribute collection
To obtain an instance of this class, refer to CAM::CAMFeature

Created in NX8.0.0.


Member Function Documentation

NXOpen::CAM::CAMAttribute* NXOpen::CAM::CAMAttributeCollection::AddAttribute ( const NXString name,
NXOpen::CAM::CAMAttribute::ValueType  type 
)

Add an attribute.

Returns

Created in NX8.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
nameattribute name
typeattribute type
NXOpen::CAM::CAMAttribute* NXOpen::CAM::CAMAttributeCollection::AddAttribute ( const char *  name,
NXOpen::CAM::CAMAttribute::ValueType  type 
)

Add an attribute.

Returns

Created in NX8.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
nameattribute name
typeattribute type
iterator NXOpen::CAM::CAMAttributeCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAM::CAMAttributeCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAM::CAMAttribute* NXOpen::CAM::CAMAttributeCollection::FindObject ( const NXString sid)

Finds the CAM.CAMAttribute object with the given identifier as recorded in a journal.

Returns
the found object
Created in NX8.0.0.

License requirements : None
Parameters
sidthe name of the object
NXOpen::CAM::CAMAttribute* NXOpen::CAM::CAMAttributeCollection::FindObject ( const char *  sid)

Finds the CAM.CAMAttribute object with the given identifier as recorded in a journal.

Returns
the found object
Created in NX8.0.0.

License requirements : None
Parameters
sidthe name of the object
tag_t NXOpen::CAM::CAMAttributeCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.