NX Open C++ Reference Guide
|
Represents a collection of Annotations::Dimension objects
To obtain an instance of this class, refer to Part
Created in NX9.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::ShipDimensionBuilder * | CreateShipDimensionBuilder (NXOpen::Annotations::Dimension *dimension) |
Creates a Annotations::ShipDimensionBuilder. | |
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::Dimension objects
To obtain an instance of this class, refer to Part
Created in NX9.0.0.
iterator NXOpen::Annotations::ShipDimensionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::ShipDimensionBuilder* NXOpen::Annotations::ShipDimensionCollection::CreateShipDimensionBuilder | ( | NXOpen::Annotations::Dimension * | dimension | ) |
Creates a Annotations::ShipDimensionBuilder.
dimension | the ship dimension to be edited, if NULL, then create a ship dimension |
iterator NXOpen::Annotations::ShipDimensionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Annotations::ShipDimensionCollection::Tag | ( | ) | const |
Returns the tag of this object.