ConnectionRouteLevel Enumeration

NXOpen.Routing.Electrical.Connection.RouteLevel is an alias for NXOpen.Routing.Electrical.ConnectionRouteLevel

class NXOpen.Routing.Electrical.ConnectionRouteLevel

Bases: object

Routing level.

Enum Members

Enum Member Enum Member Description
NotRouted
Pin Route to the pin on the connector component.
Component Route to the connector component directly without regard for the pins.
Mixed Route to the pin, if possible, otherwise route to the component.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.