DrawBeadTaperBuilder Class

class NXOpen.Die.DrawBeadTaperBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Taper definition for the end of the Die Engineering Draw Bead.

The taper can be defined at the start, end, or both ends of the draw bead and smoothly transition the bead back into the sheet body. .. versionadded:: NX7.5.0

Properties

Property Description
Tag Returns the Tag for this object.
TaperPoint Returns or sets the point used for defining the radius value of the spherical taper.
TaperRadius Returns the expression containing the radius value for a spherical taper.
TaperType Returns or sets the method to apply for defining the taper.
TaperWashoutHeight Returns the expression containing the height value for a washout taper.
TaperWashoutLength Returns the expression containing the length value for a washout taper.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

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

Property Detail

TaperPoint

DrawBeadTaperBuilder.TaperPoint

Returns or sets the point used for defining the radius value of the spherical taper.

-------------------------------------

Getter Method

Signature TaperPoint

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TaperPoint

Parameters:taperPoint (NXOpen.Point) –

New in version NX7.5.0.

License requirements: die_engineering (“DIE ENGINEERING”) OR prog_die_wizard (“UG/Progressive Die Wizard”)

TaperRadius

DrawBeadTaperBuilder.TaperRadius

Returns the expression containing the radius value for a spherical taper.

-------------------------------------

Getter Method

Signature TaperRadius

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

TaperType

DrawBeadTaperBuilder.TaperType

Returns or sets the method to apply for defining the taper.

-------------------------------------

Getter Method

Signature TaperType

Returns:
Return type:NXOpen.Die.DrawBeadTaperBuilderTaperTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TaperType

Parameters:taperType (NXOpen.Die.DrawBeadTaperBuilderTaperTypes) –

New in version NX7.5.0.

License requirements: die_engineering (“DIE ENGINEERING”) OR prog_die_wizard (“UG/Progressive Die Wizard”)

TaperWashoutHeight

DrawBeadTaperBuilder.TaperWashoutHeight

Returns the expression containing the height value for a washout taper.

-------------------------------------

Getter Method

Signature TaperWashoutHeight

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

TaperWashoutLength

DrawBeadTaperBuilder.TaperWashoutLength

Returns the expression containing the length value for a washout taper.

-------------------------------------

Getter Method

Signature TaperWashoutLength

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

Method Detail

Validate

DrawBeadTaperBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.