SlugRetentionBuilder Class

class NXOpen.Tooling.SlugRetentionBuilder

Bases: NXOpen.Builder

Represents a NXOpen.Tooling.SlugRetentionBuilder which is used to create the Slug Retention.

To create a new instance of this class, use NXOpen.Tooling.ProgressiveDieManager.CreateSlugRetentionBuilder()

Default values.

Property Value
AngularDimension.Value 5
OffsetDistance 5
RadiusDimension.Value 7 (millimeters part), 0.25 (inches part)

New in version NX10.0.0.

Properties

Property Description
AngularDimension Returns the angular dimension
OffsetDirection Returns or sets the offset direction
OffsetDistance Returns or sets the offset distance
PreviousWorkPart Returns or sets the previous work part
RadiusDimension Returns the radius dimension
RotateDirection Returns or sets the rotate direction
SelectComponent Returns the select component
SelectDataFile Returns or sets the select data file
SelectPoint Returns or sets the select point
SlugRetentionBooleanData Returns the slug retention boolean data
SlugRetentionFeature Returns or sets the slug retention feature
Tag Returns the Tag for this object.
TargetBodyForSubtract Returns or sets the target body for subtract

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AngularDimension

SlugRetentionBuilder.AngularDimension

Returns the angular dimension

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

Getter Method

Signature AngularDimension()

Returns:
Return type:NXOpen.Expression

New in version NX10.0.0.

License requirements: None.

OffsetDirection

SlugRetentionBuilder.OffsetDirection

Returns or sets the offset direction

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

Getter Method

Signature OffsetDirection()

Returns:
Return type:NXOpen.Direction

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature OffsetDirection(offsetDirection)

Parameters:offsetDirection (NXOpen.Direction) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

OffsetDistance

SlugRetentionBuilder.OffsetDistance

Returns or sets the offset distance

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

Getter Method

Signature OffsetDistance()

Returns:
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature OffsetDistance(offsetDistance)

Parameters:offsetDistance (float) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

PreviousWorkPart

SlugRetentionBuilder.PreviousWorkPart

Returns or sets the previous work part

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

Getter Method

Signature PreviousWorkPart()

Returns:
Return type:NXOpen.Part

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature PreviousWorkPart(previousWorkPart)

Parameters:previousWorkPart (NXOpen.Part) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

RadiusDimension

SlugRetentionBuilder.RadiusDimension

Returns the radius dimension

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

Getter Method

Signature RadiusDimension()

Returns:
Return type:NXOpen.Expression

New in version NX10.0.0.

License requirements: None.

RotateDirection

SlugRetentionBuilder.RotateDirection

Returns or sets the rotate direction

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

Getter Method

Signature RotateDirection()

Returns:
Return type:NXOpen.Direction

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature RotateDirection(rotateDirection)

Parameters:rotateDirection (NXOpen.Direction) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

SelectComponent

SlugRetentionBuilder.SelectComponent

Returns the select component

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

Getter Method

Signature SelectComponent()

Returns:
Return type:NXOpen.Assemblies.SelectComponent

New in version NX10.0.0.

License requirements: None.

SelectDataFile

SlugRetentionBuilder.SelectDataFile

Returns or sets the select data file

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

Getter Method

Signature SelectDataFile()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature SelectDataFile(filename)

Parameters:filename (str) –

New in version NX11.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

SelectPoint

SlugRetentionBuilder.SelectPoint

Returns or sets the select point

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

Getter Method

Signature SelectPoint()

Returns:
Return type:NXOpen.Point

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SelectPoint(selectPoint)

Parameters:selectPoint (NXOpen.Point) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

SlugRetentionBooleanData

SlugRetentionBuilder.SlugRetentionBooleanData

Returns the slug retention boolean data

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

Getter Method

Signature SlugRetentionBooleanData()

Returns:
Return type:NXOpen.GeometricUtilities.BooleanOperation

New in version NX10.0.0.

License requirements: None.

SlugRetentionFeature

SlugRetentionBuilder.SlugRetentionFeature

Returns or sets the slug retention feature

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

Getter Method

Signature SlugRetentionFeature()

Returns:
Return type:NXOpen.Features.Feature

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SlugRetentionFeature(slugRetentionFeature)

Parameters:slugRetentionFeature (NXOpen.Features.Feature) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

TargetBodyForSubtract

SlugRetentionBuilder.TargetBodyForSubtract

Returns or sets the target body for subtract

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

Getter Method

Signature TargetBodyForSubtract()

Returns:
Return type:NXOpen.Body

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature TargetBodyForSubtract(targetBodyForSubtract)

Parameters:targetBodyForSubtract (NXOpen.Body) –

New in version NX10.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

Method Detail

Validate

SlugRetentionBuilder.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.