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

Represents a collection of InterfaceTerminalRelationshipShadow objects. More...

Inheritance diagram for NXOpen::Routing::InterfaceTerminalRelationshipCollection:
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.
 
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::InterfaceTerminalRelationshipShadowCreateElectricalInterfaceTerminalRelationship (const char *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.
 
NXOpen::Routing::InterfaceTerminalRelationshipShadowCreateMechanicalInterfaceTerminalRelationship (const char *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.

    <br> 
   See NX Routing help for the Connectivity data model documentation.
    <br> 
<br> To obtain an instance of this class, refer to @link Routing::RouteManager  Routing::RouteManager @endlink  <br> 


Created in NX4.0.2.

Member Function Documentation

iterator NXOpen::Routing::InterfaceTerminalRelationshipCollection::begin ( )

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.

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateElectricalInterfaceTerminalRelationship ( const NXString guid)

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

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
guidUnique 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::CreateElectricalInterfaceTerminalRelationship ( const char *  guid)

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

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
guidUnique 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.

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

NXOpen::Routing::InterfaceTerminalRelationshipShadow* NXOpen::Routing::InterfaceTerminalRelationshipCollection::CreateMechanicalInterfaceTerminalRelationship ( const NXString guid)

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

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
guidUnique 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 ( const char *  guid)

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

    @return  


Created in NX4.0.2.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
guidUnique Identifier, NX will generate guid, if the value is NULL
NOTE: The full Unicode character set is not supported for this parameter.
iterator NXOpen::Routing::InterfaceTerminalRelationshipCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::InterfaceTerminalRelationshipCollection::Tag ( ) const

Returns the tag of this object.


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