NX Open C++ Reference Guide
|
Represents a collection of InterfaceTerminalRelationshipShadow objects. More...
Represents a collection of InterfaceTerminalRelationshipShadow objects.
See NX Routing help for the Connectivity data model documentation.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.2.
Returns an iterator addressing the first element.
NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateElectricalInterfaceTerminalRelationship | ( | ) |
Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.
NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateElectricalInterfaceTerminalRelationship | ( | const NXString & | guid | ) |
Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.
guid | Unique Identifier, NX will generate guid, if the value is NULL NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateMechanicalInterfaceTerminalRelationship | ( | ) |
Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.
NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateMechanicalInterfaceTerminalRelationship | ( | const NXString & | guid | ) |
Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.
guid | Unique Identifier, NX will generate guid, if the value is NULL NOTE: The full Unicode character set is not supported for this parameter. |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::InterfaceTerminalRelationshipCollection::Tag | ( | ) | const |
Returns the tag of this object.