CrossSectionCollection Class¶
-
class
NXOpen.Routing.CrossSectionCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.CrossSectionobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateCrossSection | Creates a new NXOpen.Routing.CrossSection object. |
Method Detail¶
CreateCrossSection¶
-
CrossSectionCollection.CreateCrossSection¶ Creates a new
NXOpen.Routing.CrossSectionobject.This object defines a profile for sweeping
NXOpen.Routing.Stockobjects. In order to build stocks using this cross section, the cross section must be contained in aNXOpen.Routing.StockDataobject.Signature
CreateCrossSection(crossCurves, offset, secondOffset, style)Parameters: - crossCurves (list of
NXOpen.Curve) – - offset (
NXOpen.Expression) – First Offset value, may be None - secondOffset (
NXOpen.Expression) – Second Offset value, may be None - style (
NXOpen.Routing.StockStyle) –
Returns: Return type: New in version NX5.0.0.
License requirements: routing_base (“Routing Basic”)
- crossCurves (list of