NX Open C++ Reference Guide
|
Represents a collection of Routing::Electrical::CablewaysLayoutView 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::CablewaysLayoutView * | CreateLayoutView (NXOpen::Curve *segment) |
Creates Routing::Electrical::CablewaysLayoutView object. | |
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::CablewaysLayoutView objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX7.5.0.
iterator NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::Electrical::CablewaysLayoutView* NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::CreateLayoutView | ( | NXOpen::Curve * | segment | ) |
Creates Routing::Electrical::CablewaysLayoutView object.
Only one @link Routing::Electrical::CablewaysLayoutView Routing::Electrical::CablewaysLayoutView@endlink object can exist per segment, so if the object already exists, it returns the same. @return
Created in NX7.5.0.
License requirements : routing_cabling ("Routing Cabling")
segment | Segment on which layout view should be created or whose view is asked. |
iterator NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::Electrical::CablewaysLayoutViewCollection::Tag | ( | ) | const |
Returns the tag of this object.