CableConnectionCollection Class

class NXOpen.Routing.Electrical.CableConnectionCollection

Bases: object

Represents a collection of NXOpen.Routing.Electrical.CableConnection objects.

See the NX Routing help for detailed information on the Connection data model.

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

New in version NX4.0.2.

Method Detail

CreateCableConnection

CableConnectionCollection.CreateCableConnection

Creates a NXOpen.Routing.Electrical.CableConnection object.

Signature CreateCableConnection()

Returns:
Return type:NXOpen.Routing.Electrical.CableConnection

New in version NX4.0.2.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

CreateShieldConnection

CableConnectionCollection.CreateShieldConnection

Creates a NXOpen.Routing.Electrical.CableConnection object implemented by a NXOpen.Routing.Electrical.ShieldDevice.

Signature CreateShieldConnection()

Returns:
Return type:NXOpen.Routing.Electrical.CableConnection

New in version NX5.0.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)