FillerCollection Class

class NXOpen.Routing.FillerCollection

Bases: object

Represents a collection of NXOpen.Routing.Stock objects.

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

New in version NX4.0.0.

Methods

Method Description
CreateStock Creates a NXOpen.Routing.Filler stock object.

Method Detail

CreateStock

FillerCollection.CreateStock

Creates a NXOpen.Routing.Filler stock object.

Signature CreateStock(stockData, anchor, crossSection, segments)

Parameters:
Returns:

The resulting array of newly created NXOpen.Routing.Stock

objects. :rtype: list of NXOpen.Routing.Stock

New in version NX4.0.0.

License requirements: routing_harness (“Routing Harness”)