CopeCornerCollection Class

class NXOpen.Routing.CopeCornerCollection

Bases: object

Represents a collection of NXOpen.Routing.CopeCorner objects.

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

New 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:
Returns:

The newly created Cope Corner

Return type:

NXOpen.Routing.CopeCorner

New in version NX4.0.0.

License requirements: routing_advanced (“Routing Advanced”)