PiercingInsertMiniToolsBuilder Class

class NXOpen.Tooling.PiercingInsertMiniToolsBuilder

Bases: NXOpen.Builder

Represents piercing insert mini tools builder.

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

Default values.

Property Value
AssociationTool AddintoList

New in version NX11.0.0.

Properties

Property Description
AssociationTool Returns or sets the association tool type.
InsertsToDelete Returns the inserts to delete.
SelectAssociationInsert Returns the selection of the inserts to create association.
SelectAssociationScrap Returns the selection of the scrap to create association.
SelectScrapOrInsert Returns the select scrap or insert for association update.
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
DeletePiercingInsert Delete piercing inserts which are selected.
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.
UpdatePosition Update piercing inserts position when clicking the update piercing inserts button
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

PiercingInsertMiniToolsBuilderAssociationToolItems Enumeration Specifies the association tool operation option.

Property Detail

AssociationTool

PiercingInsertMiniToolsBuilder.AssociationTool

Returns or sets the association tool type.

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

Getter Method

Signature AssociationTool

Returns:
Return type:NXOpen.Tooling.PiercingInsertMiniToolsBuilderAssociationToolItems

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature AssociationTool

Parameters:associationTool (NXOpen.Tooling.PiercingInsertMiniToolsBuilderAssociationToolItems) –

New in version NX11.0.0.

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

InsertsToDelete

PiercingInsertMiniToolsBuilder.InsertsToDelete

Returns the inserts to delete.

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

Getter Method

Signature InsertsToDelete

Returns:
Return type:NXOpen.SelectBodyList

New in version NX11.0.0.

License requirements: None.

SelectAssociationInsert

PiercingInsertMiniToolsBuilder.SelectAssociationInsert

Returns the selection of the inserts to create association.

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

Getter Method

Signature SelectAssociationInsert

Returns:
Return type:NXOpen.SelectBodyList

New in version NX11.0.0.

License requirements: None.

SelectAssociationScrap

PiercingInsertMiniToolsBuilder.SelectAssociationScrap

Returns the selection of the scrap to create association.

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

Getter Method

Signature SelectAssociationScrap

Returns:
Return type:NXOpen.SelectBodyList

New in version NX11.0.0.

License requirements: None.

SelectScrapOrInsert

PiercingInsertMiniToolsBuilder.SelectScrapOrInsert

Returns the select scrap or insert for association update.

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

Getter Method

Signature SelectScrapOrInsert

Returns:
Return type:NXOpen.SelectFaceList

New in version NX11.0.0.

License requirements: None.

Method Detail

DeletePiercingInsert

PiercingInsertMiniToolsBuilder.DeletePiercingInsert

Delete piercing inserts which are selected.

Signature DeletePiercingInsert()

New in version NX11.0.0.

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

UpdatePosition

PiercingInsertMiniToolsBuilder.UpdatePosition

Update piercing inserts position when clicking the update piercing inserts button

Signature UpdatePosition()

New in version NX11.0.0.

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

Validate

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