MiterCornerCollection Class¶
-
class
NXOpen.Routing.MiterCornerCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.MiterCornerobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| AssignCorner | Assigns a new miter corner to the given control point. |
| GetMitersAssociatedToStock | Return miter corners referenced by the given NXOpen.Routing.Stock. |
Method Detail¶
AssignCorner¶
-
MiterCornerCollection.AssignCorner¶ Assigns a new miter corner to the given control point.
Signature
AssignCorner(rcp)Parameters: rcp ( NXOpen.Routing.ControlPoint) – Route control point to miter.Returns: The newly created Miter Corner Return type: NXOpen.Routing.MiterCornerNew in version NX4.0.0.
License requirements: routing_advanced (“Routing Advanced”)
GetMitersAssociatedToStock¶
-
MiterCornerCollection.GetMitersAssociatedToStock¶ Return miter corners referenced by the given
NXOpen.Routing.Stock.Signature
GetMitersAssociatedToStock(stock)Parameters: stock ( NXOpen.Routing.Stock) –Returns: Return type: list of NXOpen.Routing.MiterCornerNew in version NX4.0.0.
License requirements: routing_advanced (“Routing Advanced”)