DrawBeadTaperBuilderTaperTypes Enumeration

NXOpen.Die.DrawBeadTaperBuilder.TaperTypes is an alias for NXOpen.Die.DrawBeadTaperBuilderTaperTypes

class NXOpen.Die.DrawBeadTaperBuilderTaperTypes

Bases: object

Taper types to define how the slope is created for the bead end.

Enum Members

Enum Member Enum Member Description
Spherical Create a spherical end based on a radius.
Washout Create a slope based on the height and length desired.
Point Use the spherical method, but the radius is defined by a point location and distance to the end of the centerline.
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.