CornerCollection Class¶
-
class
NXOpen.Routing.CornerCollection¶ Bases:
objectRepresents a collection of
NXOpen.Routing.Cornerobjects.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| GetRcpCornerInfo | Gets the corner information given a NXOpen.Routing.ControlPoint. |
Method Detail¶
GetRcpCornerInfo¶
-
CornerCollection.GetRcpCornerInfo¶ Gets the corner information given a
NXOpen.Routing.ControlPoint.Signature
GetRcpCornerInfo(rcp)Parameters: rcp ( NXOpen.Routing.ControlPoint) – Object to interrogateReturns: a tuple Return type: A tuple consisting of (corner, cornerType). corner is a NXOpen.Routing.Corner.NXOpen.Routing.Cornerassociated with this RCP cornerType is aNXOpen.Routing.CornerType. Type of corner.New in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)