FlexibleCableBuilderPathAdjustmentAngleDirectionOptions Enumeration

NXOpen.Features.SheetMetal.FlexibleCableBuilder.PathAdjustmentAngleDirectionOptions is an alias for NXOpen.Features.SheetMetal.FlexibleCableBuilderPathAdjustmentAngleDirectionOptions

class NXOpen.Features.SheetMetal.FlexibleCableBuilderPathAdjustmentAngleDirectionOptions

Bases: object

This enum represents the path adjustment angle direction for the bend segment. The cross product of the cable direction and the bend angle direction determined using above convention gives the right direction for the path adjustment angle. The left direction is opposite to that.

Enum Members

Enum Member Enum Member Description
LeftDirection Path adjustment angle left direction.
RightDirection Path adjustment angle right direction.
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.