NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Routing::InterfaceTerminalRelationshipCollection Class Reference

Represents a collection of InterfaceTerminalRelationshipShadow objects. More...

Inheritance diagram for NXOpen::Routing::InterfaceTerminalRelationshipCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::InterfaceTerminalRelationshipShadowCreateElectricalInterfaceTerminalRelationship ()
 Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.
NXOpen::Routing::InterfaceTerminalRelationshipShadowCreateElectricalInterfaceTerminalRelationship (const NXString &guid)
 Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.
NXOpen::Routing::InterfaceTerminalRelationshipShadowCreateMechanicalInterfaceTerminalRelationship ()
 Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.
NXOpen::Routing::InterfaceTerminalRelationshipShadowCreateMechanicalInterfaceTerminalRelationship (const NXString &guid)
 Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.
iterator end ()
 Returns an iterator addressing one past the last element.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

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.


Member Function Documentation

Returns an iterator addressing the first element.

Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.

Returns:

Created in NX4.0.2.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under electrical data root object.

Returns:

Created in NX4.0.2.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
guidUnique Identifier, NX will generate guid, if the value is NULL
NOTE: The full Unicode character set is not supported for this parameter.

Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.

Returns:

Created in NX4.0.2.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Creates and returns a Routing::InterfaceTerminalRelationshipShadow object under mechanical data root object.

Returns:

Created in NX4.0.2.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
guidUnique 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.

Returns the tag of this object.


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