NX Open C++ Reference Guide
|
Represents a collection of Routing::Electrical::SystemDevice 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::SystemDevice * | CreateSystemDevice () |
Creates Routing::Electrical::SystemDevice . | |
NXOpen::Routing::Electrical::SystemDevice * | CreateSystemDevice (const NXString &systemName) |
Creates Routing::Electrical::SystemDevice with given name. | |
NXOpen::Routing::Electrical::SystemDevice * | CreateSystemDevice (const char *systemName) |
Creates Routing::Electrical::SystemDevice with given name. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
std::vector < NXOpen::Routing::Electrical::SystemDevice * > | GetSystemSingleDevices () |
Get System Devices. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Routing::Electrical::SystemDevice objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX6.0.0.
iterator NXOpen::Routing::Electrical::SystemDeviceCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::Electrical::SystemDevice* NXOpen::Routing::Electrical::SystemDeviceCollection::CreateSystemDevice | ( | ) |
Creates Routing::Electrical::SystemDevice .
NXOpen::Routing::Electrical::SystemDevice* NXOpen::Routing::Electrical::SystemDeviceCollection::CreateSystemDevice | ( | const NXString & | systemName | ) |
Creates Routing::Electrical::SystemDevice with given name.
systemName | The name of the new system. (NULL not allowed) NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Routing::Electrical::SystemDevice* NXOpen::Routing::Electrical::SystemDeviceCollection::CreateSystemDevice | ( | const char * | systemName | ) |
Creates Routing::Electrical::SystemDevice with given name.
systemName | The name of the new system. (NULL not allowed) NOTE: The full Unicode character set is not supported for this parameter. |
iterator NXOpen::Routing::Electrical::SystemDeviceCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
std::vector<NXOpen::Routing::Electrical::SystemDevice *> NXOpen::Routing::Electrical::SystemDeviceCollection::GetSystemSingleDevices | ( | ) |
Get System Devices.
tag_t NXOpen::Routing::Electrical::SystemDeviceCollection::Tag | ( | ) | const |
Returns the tag of this object.