FlexibleCableBuilderBendAngleDirectionOptions Enumeration

NXOpen.Features.SheetMetal.FlexibleCableBuilder.BendAngleDirectionOptions is an alias for NXOpen.Features.SheetMetal.FlexibleCableBuilderBendAngleDirectionOptions

class NXOpen.Features.SheetMetal.FlexibleCableBuilderBendAngleDirectionOptions

Bases: object

This enum represents the bend angle direction for the bend segment. First member of the cable is always a planar segment. For this, the normal direction for bend angle is opposite to the thickness direction. This convention continues untill a fold (bend type having nonzero path adjustment angle) is placed. After this, the convention reverses, meaning the normal direction for the bend angle is along the thickness direction. For each member, the thickness direction signifies the material addition direction. This is an input for the entire cable at the start.

Enum Members

Enum Member Enum Member Description
ReverseNormalDirection Bend angle reverse normal direction.
NormalDirection Bend angle normal 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.