BridgeTransitionBuilderWidthDirectionOptions Enumeration

NXOpen.Features.SheetMetal.BridgeTransitionBuilder.WidthDirectionOptions is an alias for NXOpen.Features.SheetMetal.BridgeTransitionBuilderWidthDirectionOptions

class NXOpen.Features.SheetMetal.BridgeTransitionBuilderWidthDirectionOptions

Bases: object

Enum representing the width direction for the Bridge Transition. This enum applies only when the width type is Features.SheetMetal.BridgeTransitionBuilderWidthOptions.Finite. The Features.SheetMetal.BridgeTransitionBuilderWidthDirectionOptions.Right option indicates that the width is in the counter clockwise direction of flow of the start edge in the non-thickness face adjacent to it. The Features.SheetMetal.BridgeTransitionBuilderWidthDirectionOptions.Left option indicates the width is in the opposite direction.

Enum Members

Enum Member Enum Member Description
Left It means Bridge Transition width direction at point specified and fin direction are in opposite direction.
Right It means Bridge Transition width direction at point specified and fin direction are in same 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.