InsertEditToolsBuilder Class¶
-
class
NXOpen.Tooling.InsertEditToolsBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.Tooling.InsertEditToolsBuilderwhich is used to copy or delete the insert edit.To create a new instance of this class, use
NXOpen.Tooling.ProgressiveDieManager.CreateInsertEditToolsBuilder()New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| ControlPoint | Returns or sets the control point |
| CopySelectInsert | Returns the copy select insert |
| DestinationPoint | Returns or sets the destination point |
| InsertsToDelete | Returns the inserts to delete |
| ShanksToDelete | Returns the shanks to delete |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the insert edit type |
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. |
Enumerations¶
| InsertEditToolsBuilderTypes Enumeration | Specifies the insert edit tools type. |
Property Detail¶
ControlPoint¶
-
InsertEditToolsBuilder.ControlPoint¶ Returns or sets the control point
-------------------------------------Getter Method
Signature
ControlPointReturns: Return type: NXOpen.PointNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ControlPointParameters: controlPoint ( NXOpen.Point) –New in version NX11.0.0.
License requirements: ug_mold_design (“UG MOLD”) OR prog_die_wizard (“UG/Progressive Die Wizard”)
CopySelectInsert¶
-
InsertEditToolsBuilder.CopySelectInsert¶ Returns the copy select insert
-------------------------------------Getter Method
Signature
CopySelectInsertReturns: Return type: NXOpen.SelectBodyListNew in version NX11.0.0.
License requirements: None.
DestinationPoint¶
-
InsertEditToolsBuilder.DestinationPoint¶ Returns or sets the destination point
-------------------------------------Getter Method
Signature
DestinationPointReturns: Return type: NXOpen.PointNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DestinationPointParameters: destinationPoint ( NXOpen.Point) –New in version NX11.0.0.
License requirements: ug_mold_design (“UG MOLD”) OR prog_die_wizard (“UG/Progressive Die Wizard”)
InsertsToDelete¶
-
InsertEditToolsBuilder.InsertsToDelete¶ Returns the inserts to delete
-------------------------------------Getter Method
Signature
InsertsToDeleteReturns: Return type: NXOpen.SelectBodyListNew in version NX11.0.0.
License requirements: None.
ShanksToDelete¶
-
InsertEditToolsBuilder.ShanksToDelete¶ Returns the shanks to delete
-------------------------------------Getter Method
Signature
ShanksToDeleteReturns: Return type: NXOpen.ScCollectorNew in version NX11.0.0.
License requirements: None.
Type¶
-
InsertEditToolsBuilder.Type¶ Returns or sets the insert edit type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Tooling.InsertEditToolsBuilderTypesNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.Tooling.InsertEditToolsBuilderTypes) –New in version NX11.0.0.
License requirements: ug_mold_design (“UG MOLD”) OR prog_die_wizard (“UG/Progressive Die Wizard”)
Method Detail¶
Validate¶
-
InsertEditToolsBuilder.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.