CornerCollection Class

class NXOpen.Routing.CornerCollection

Bases: object

Represents a collection of NXOpen.Routing.Corner objects.

To obtain an instance of this class, refer to NXOpen.Routing.RouteManager

New 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 interrogate
Returns:a tuple
Return type:A tuple consisting of (corner, cornerType). corner is a NXOpen.Routing.Corner. NXOpen.Routing.Corner associated with this RCP cornerType is a NXOpen.Routing.CornerType. Type of corner.

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)