BuiltInPathCollection Class¶
-
class
NXOpen.Routing.BuiltInPathCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.BuiltInPathobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateBuiltInPath | Creates a NXOpen.Routing.BuiltInPath object. |
Method Detail¶
CreateBuiltInPath¶
-
BuiltInPathCollection.CreateBuiltInPath¶ Creates a
NXOpen.Routing.BuiltInPathobject.Signature
CreateBuiltInPath(curves)Parameters: curves (list of NXOpen.Curve) – the array of Curves to be referenced by the Built-In-PathReturns: Return type: NXOpen.Routing.BuiltInPathNew in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)