ComponentConstraintDirectionToFixed Enumeration

NXOpen.Positioning.ComponentConstraint.DirectionToFixed is an alias for NXOpen.Positioning.ComponentConstraintDirectionToFixed

class NXOpen.Positioning.ComponentConstraintDirectionToFixed

Bases: object

Specifies how a constraint affects the positioning of a component.

Enum Members

Enum Member Enum Member Description
Unknown No information available
Toward Toward fixed geometry
AwayFrom Away from fixed geometry
NothingFixed The network does not contain any fixed geometry
Fix The constraint is a NXOpen.Positioning.ConstraintType.Fix
Suppressed The constraint is suppressed
IgnoredInArrangement The current arrangement ignores all constraints
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.