BridgeTransitionBuilderWidthOptions Enumeration

NXOpen.Features.SheetMetal.BridgeTransitionBuilder.WidthOptions is an alias for NXOpen.Features.SheetMetal.BridgeTransitionBuilderWidthOptions

class NXOpen.Features.SheetMetal.BridgeTransitionBuilderWidthOptions

Bases: object

Enum representing width option types for Bridge Transition feature.

Enum Members

Enum Member Enum Member Description
Finite Bridge Transition starts at specified point on start edge and extends on one side by the specified distance.
Symmetric Bridge Transition starts at specified point on start edge and extends on either side by half the specified distance.
FullStartEdge Bridge Transition spans the full length of start edge.
FullEndEdge Bridge Transition spans the full length of end edge.
FullBothEdges Bridge Transition spans the full length of both the edges.
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.