NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Routing::Electrical::HarnessDeviceCollection Class Reference

Represents a collection of Routing::Electrical::HarnessDevice objects. More...

Inheritance diagram for NXOpen::Routing::Electrical::HarnessDeviceCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Routing::Electrical::HarnessDeviceCreateHarnessDevice ()
 Creates Routing::Electrical::HarnessDevice . More...
 
NXOpen::Routing::Electrical::HarnessDeviceCreateHarnessDevice (const NXString &harnessName)
 Creates Routing::Electrical::HarnessDevice with given name. More...
 
NXOpen::Routing::Electrical::HarnessDeviceCreateHarnessDevice (const char *harnessName)
 Creates Routing::Electrical::HarnessDevice with given name. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
std::vector
< NXOpen::Routing::Electrical::HarnessDevice * > 
GetHarnessSingleDevices ()
 Get harnesses. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of Routing::Electrical::HarnessDevice objects.


To obtain an instance of this class, refer to NXOpen::Routing::RouteManager

Created in NX4.0.2.

Member Function Documentation

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 .

Returns

Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::Electrical::HarnessDeviceCollection::CreateHarnessDevice ( const NXString harnessName)

Creates Routing::Electrical::HarnessDevice with given name.

Returns

Created in NX5.0.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
Parameters
harnessNameharness name
NXOpen::Routing::Electrical::HarnessDevice* NXOpen::Routing::Electrical::HarnessDeviceCollection::CreateHarnessDevice ( const char *  harnessName)

Creates Routing::Electrical::HarnessDevice with given name.

Returns

Created in NX5.0.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
Parameters
harnessNameharness name
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.

Returns

Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
tag_t NXOpen::Routing::Electrical::HarnessDeviceCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.