BuiltInPathCollection Class

class NXOpen.Routing.BuiltInPathCollection

Bases: object

Represents a collection of NXOpen.Routing.BuiltInPath objects.

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

New in version NX4.0.0.

Methods

Method Description
CreateBuiltInPath Creates a NXOpen.Routing.BuiltInPath object.

Method Detail

CreateBuiltInPath

BuiltInPathCollection.CreateBuiltInPath

Creates a NXOpen.Routing.BuiltInPath object.

Signature CreateBuiltInPath(curves)

Parameters:curves (list of NXOpen.Curve) – the array of Curves to be referenced by the Built-In-Path
Returns:
Return type:NXOpen.Routing.BuiltInPath

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)