CopeCornerCollection Class¶
-
class
NXOpen.Routing.CopeCornerCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.CopeCornerobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| AssignCopeCorner | Assigns a cope corner to the given control point. |
Method Detail¶
AssignCopeCorner¶
-
CopeCornerCollection.AssignCopeCorner¶ Assigns a cope corner to the given control point.
The input stocks must cover segments that are attached at the input control point. There must be at least two input stocks.
Signature
AssignCopeCorner(rcp, copeStocks)Parameters: - rcp (
NXOpen.Routing.ControlPoint) – Route control point to cope. - copeStocks (list of
NXOpen.Routing.Stock) – Stocks to cope
Returns: The newly created Cope Corner
Return type: New in version NX4.0.0.
License requirements: routing_advanced (“Routing Advanced”)
- rcp (