|
NX Open C++ Reference Guide
|
Represents a collection of Routing::Electrical::HarnessDevice 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::HarnessDevice * | CreateHarnessDevice () |
| Creates Routing::Electrical::HarnessDevice . | |
| NXOpen::Routing::Electrical::HarnessDevice * | CreateHarnessDevice (const NXString &harnessName) |
| Creates Routing::Electrical::HarnessDevice with given name. | |
| NXOpen::Routing::Electrical::HarnessDevice * | CreateHarnessDevice (const char *harnessName) |
| Creates Routing::Electrical::HarnessDevice with given name. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| std::vector < NXOpen::Routing::Electrical::HarnessDevice * > | GetHarnessSingleDevices () |
| Get harnesses. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of Routing::Electrical::HarnessDevice objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.2.
| iterator NXOpen::Routing::Electrical::HarnessDeviceCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::Electrical::HarnessDeviceCollection::CreateHarnessDevice | ( | ) |
Creates Routing::Electrical::HarnessDevice .
| NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::Electrical::HarnessDeviceCollection::CreateHarnessDevice | ( | const NXString & | harnessName | ) |
Creates Routing::Electrical::HarnessDevice with given name.
| harnessName | NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::Electrical::HarnessDeviceCollection::CreateHarnessDevice | ( | const char * | harnessName | ) |
Creates Routing::Electrical::HarnessDevice with given name.
| harnessName | NOTE: The full Unicode character set is not supported for this parameter. |
| iterator NXOpen::Routing::Electrical::HarnessDeviceCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| std::vector<NXOpen::Routing::Electrical::HarnessDevice *> NXOpen::Routing::Electrical::HarnessDeviceCollection::GetHarnessSingleDevices | ( | ) |
Get harnesses.
| tag_t NXOpen::Routing::Electrical::HarnessDeviceCollection::Tag | ( | ) | const |
Returns the tag of this object.