DrawBeadBuilderOrientSectionToDrawTypes Enumeration

NXOpen.Die.DrawBeadBuilder.OrientSectionToDrawTypes is an alias for NXOpen.Die.DrawBeadBuilderOrientSectionToDrawTypes

class NXOpen.Die.DrawBeadBuilderOrientSectionToDrawTypes

Bases: object

Specifies if the segment height section parameter should be oriented to the draw direction or the sheet metal normal at the section location.

Enum Members

Enum Member Enum Member Description
DrawDirection Orient height parameter to the draw direction.
SheetMetalNormal Orient height parameter to the sheet metal normal 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.