DrawBeadBuilderOrientationTypes Enumeration

NXOpen.Die.DrawBeadBuilder.OrientationTypes is an alias for NXOpen.Die.DrawBeadBuilderOrientationTypes

class NXOpen.Die.DrawBeadBuilderOrientationTypes

Bases: object

Identifies the orientation of the base parameters to the sheet metal.

Enum Members

Enum Member Enum Member Description
Orthogonal The width and angle parameters are orthogonal, or normal, to the sheet metal normal at the section location.
Vertical The width and angle parameters are oriented along the draw direction at the section location.
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.