|
NX Open C++ Reference Guide
|
Represents a collection of Annotations::Region objects
To obtain an instance of this class, refer to Annotations::PmiManager
Created in NX6.0.2.
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::Annotations::RegionBuilder * | CreateRegionBuilder (NXOpen::Annotations::Region *region) |
| Creates a Annotations::RegionBuilder. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of Annotations::Region objects
To obtain an instance of this class, refer to Annotations::PmiManager
Created in NX6.0.2.
| iterator NXOpen::Annotations::PmiRegionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Annotations::RegionBuilder* NXOpen::Annotations::PmiRegionCollection::CreateRegionBuilder | ( | NXOpen::Annotations::Region * | region | ) |
Creates a Annotations::RegionBuilder.
| region | the region to be edited, if NULL, then create a region |
| iterator NXOpen::Annotations::PmiRegionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::Annotations::PmiRegionCollection::Tag | ( | ) | const |
Returns the tag of this object.