NX Open C++ Reference Guide
|
Represents a collection of Annotations::Hatch objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX6.0.0.
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::HatchBuilder * | CreateHatchBuilder (NXOpen::Annotations::Hatch *hatch) |
Creates the HatchBuilder. | |
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::Hatch objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX6.0.0.
iterator NXOpen::Annotations::HatchCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::HatchBuilder* NXOpen::Annotations::HatchCollection::CreateHatchBuilder | ( | NXOpen::Annotations::Hatch * | hatch | ) |
Creates the HatchBuilder.
hatch | Annotations::Hatch to be edited |
iterator NXOpen::Annotations::HatchCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Annotations::HatchCollection::Tag | ( | ) | const |
Returns the tag of this object.