DrawBeadBuilderOutputTypes Enumeration

NXOpen.Die.DrawBeadBuilder.OutputTypes is an alias for NXOpen.Die.DrawBeadBuilderOutputTypes

class NXOpen.Die.DrawBeadBuilderOutputTypes

Bases: object

Specifies what type of output is desired for the feature creation.

Enum Members

Enum Member Enum Member Description
NotSet Creates a small sphere on the centerline.
Male Creates the male bead only.
PlusFemale Creates the male and female bead.
PlusSheetMetal Creates the male, female and sheet metal bead.
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.