RunFlipStatus Enumeration

NXOpen.Routing.Run.FlipStatus is an alias for NXOpen.Routing.RunFlipStatus

class NXOpen.Routing.RunFlipStatus

Bases: object

Represents result of flip component

Enum Members

Enum Member Enum Member Description
Success Component is flipped.
NotTwoPorts Given component ports are not equal to two ports.
UnequalConstraints Each ports has different number of constraints.
PortPositionMismatch Ports are not collinear and opposite or perpendicular.
FlowTypeMismatch Ports are defined with ambiguous flow types.
FollowsFlow Ports correctly aligned with flow. No flipping done.
RunFlowNotDefined Flow is not defined on Run. Component can’t be flipped.
CannotFlip Run is deleted or there are no segments attached to component. Component cannot be flipped.
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.