NX Open C++ Reference Guide
|
Represents a collection of Annotations::IntersectionSymbol 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::IntersectionSymbolBuilder * | CreateIntersectionSymbolBuilder (NXOpen::Annotations::IntersectionSymbol *intersectionPt) |
Creates the IntersectionSymbolBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::IntersectionSymbol * | FindObject (const NXString &journalIdentifier) |
Finds the intersection symbol with the given name. | |
NXOpen::Annotations::IntersectionSymbol * | FindObject (const char *journalIdentifier) |
Finds the intersection symbol with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::IntersectionSymbol objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX6.0.0.
iterator NXOpen::Annotations::IntersectionSymbolCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::IntersectionSymbolBuilder* NXOpen::Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder | ( | NXOpen::Annotations::IntersectionSymbol * | intersectionPt | ) |
Creates the IntersectionSymbolBuilder.
intersectionPt | Annotations::IntersectionSymbol to be edited, if NULL then create a new one |
iterator NXOpen::Annotations::IntersectionSymbolCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Annotations::IntersectionSymbol* NXOpen::Annotations::IntersectionSymbolCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the intersection symbol with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the intersection symbol to be found |
NXOpen::Annotations::IntersectionSymbol* NXOpen::Annotations::IntersectionSymbolCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the intersection symbol with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the intersection symbol to be found |
tag_t NXOpen::Annotations::IntersectionSymbolCollection::Tag | ( | ) | const |
Returns the tag of this object.