NX Open C++ Reference Guide
|
Represents a collection of Routing::Electrical::CableConnection 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. | |
NXOpen::Routing::Electrical::CableConnection * | CreateCableConnection () |
Creates a Routing::Electrical::CableConnection object. | |
NXOpen::Routing::Electrical::CableConnection * | CreateShieldConnection () |
Creates a Routing::Electrical::CableConnection object implemented by a Routing::Electrical::ShieldDevice . | |
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 Routing::Electrical::CableConnection objects.
<br> See the NX Routing help for detailed information on the Connection data model. <br> <br> To obtain an instance of this class, refer to @link Routing::RouteManager Routing::RouteManager @endlink <br>
Created in NX4.0.2.
iterator NXOpen::Routing::Electrical::CableConnectionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::Electrical::CableConnection* NXOpen::Routing::Electrical::CableConnectionCollection::CreateCableConnection | ( | ) |
Creates a Routing::Electrical::CableConnection object.
NXOpen::Routing::Electrical::CableConnection* NXOpen::Routing::Electrical::CableConnectionCollection::CreateShieldConnection | ( | ) |
Creates a Routing::Electrical::CableConnection object implemented by a Routing::Electrical::ShieldDevice .
iterator NXOpen::Routing::Electrical::CableConnectionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::Electrical::CableConnectionCollection::Tag | ( | ) | const |
Returns the tag of this object.