WireCollection Class

class NXOpen.Routing.WireCollection

Bases: object

The Routing Wire object is a list of segments in a route and some stock.

It also contains the beginning and ending control point for the path.

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

New in version NX4.0.0.

Methods

Method Description
CreateWire Creates a wire object.

Method Detail

CreateWire

WireCollection.CreateWire

Creates a wire object.

Signature CreateWire(startControlPoint, endControlPoint, segments, stockData, stocks, lengthOfWire)

Parameters:
Returns:

Return type:

NXOpen.Routing.Wire

New in version NX4.0.0.

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