NX Open C++ Reference Guide
|
This class contains the factory methods for creating a sc collector. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::ScCollector * | CreateCollector () |
Create a sc collector. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class contains the factory methods for creating a sc collector.
To obtain an instance of this class, refer to BasePart
Created in NX4.0.0.
iterator NXOpen::ScCollectorCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::ScCollector* NXOpen::ScCollectorCollection::CreateCollector | ( | ) |
Create a sc collector.
iterator NXOpen::ScCollectorCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::ScCollectorCollection::Tag | ( | ) | const |
Returns the tag of this object.