FillerCollection Class¶
-
class
NXOpen.Routing.FillerCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.Stockobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew 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.Fillerstock object.Signature
CreateStock(stockData, anchor, crossSection, segments)Parameters: - stockData (
NXOpen.Routing.StockData) – TheNXOpen.Routing.StockDatathat defines the stock - anchor (
NXOpen.Routing.Anchor) – TheNXOpen.Routing.Anchorfrom the inputNXOpen.Routing.StockDatato use, None is allowed for no anchor. - crossSection (
NXOpen.Routing.CrossSection) – TheNXOpen.Routing.CrossSectionfrom the inputNXOpen.Routing.StockDatato use, None is not allowed. - segments (list of
NXOpen.Routing.ISegment) – The array ofNXOpen.Routing.ISegmentcurves that the stock must cover.
Returns: The resulting array of newly created
NXOpen.Routing.Stockobjects. :rtype: list of
NXOpen.Routing.StockNew in version NX4.0.0.
License requirements: routing_harness (“Routing Harness”)
- stockData (