NX Open C++ Reference Guide
|
Represents a collection of Routing::Electrical::Connection objects. 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. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
std::vector < NXOpen::Routing::Electrical::Connection * > | GetConnections () |
Get Connections. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Routing::Electrical::Connection objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.3.
iterator NXOpen::Routing::Electrical::ConnectionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::Routing::Electrical::ConnectionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
std::vector<NXOpen::Routing::Electrical::Connection *> NXOpen::Routing::Electrical::ConnectionCollection::GetConnections | ( | ) |
Get Connections.
tag_t NXOpen::Routing::Electrical::ConnectionCollection::Tag | ( | ) | const |
Returns the tag of this object.