DieDesPierceInsertBuilder Class¶
-
class
NXOpen.Tooling.DieDesPierceInsertBuilder¶ Bases:
NXOpen.BuilderRepresents Die Design Pierce Insert builder.
To create a new instance of this class, use
NXOpen.Tooling.AutoDieCollection.CreateDieDesPierceInsertBuilder()Default values.
Property Value ThicknessDirectionOption Upper ThicknessValue 0.8 New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| BoudaryCurveSelection | Returns the boundary curve selection. |
| ClearanceCoefficient | Returns or sets the clearance coefficient value. |
| DiePenetration | Returns or sets the die penetration value. |
| DownToleranceForLength | Returns or sets the down tolerance value for length. |
| DownToleranceForWidth | Returns or sets the down tolerance value for width. |
| PunchPenetration | Returns or sets the punch penetration value. |
| Tag | Returns the Tag for this object. |
| ThicknessDirectionOption | Returns or sets the thickness direction option. |
| ThicknessValue | Returns or sets the thickness value. |
| ToleranceCoefficient | Returns or sets the tolerance coefficient value. |
| UpToleranceForLength | Returns or sets the up tolerance value for length. |
| UpToleranceForWidth | Returns or sets the up tolerance value for width. |
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¶
| DieDesPierceInsertBuilderDirection Enumeration | Represents the thickness direction. |
| DieDesPierceInsertBuilderHoleShapeTypes Enumeration | Represents the hole shape type. |
Property Detail¶
BoudaryCurveSelection¶
-
DieDesPierceInsertBuilder.BoudaryCurveSelection¶ Returns the boundary curve selection.
-------------------------------------Getter Method
Signature
BoudaryCurveSelectionReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
ClearanceCoefficient¶
-
DieDesPierceInsertBuilder.ClearanceCoefficient¶ Returns or sets the clearance coefficient value.
-------------------------------------Getter Method
Signature
ClearanceCoefficientReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ClearanceCoefficientParameters: clearanceCoefficient (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
DiePenetration¶
-
DieDesPierceInsertBuilder.DiePenetration¶ Returns or sets the die penetration value.
-------------------------------------Getter Method
Signature
DiePenetrationReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DiePenetrationParameters: diePenetration (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
DownToleranceForLength¶
-
DieDesPierceInsertBuilder.DownToleranceForLength¶ Returns or sets the down tolerance value for length.
-------------------------------------Getter Method
Signature
DownToleranceForLengthReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DownToleranceForLengthParameters: downToleranceForLength (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
DownToleranceForWidth¶
-
DieDesPierceInsertBuilder.DownToleranceForWidth¶ Returns or sets the down tolerance value for width.
-------------------------------------Getter Method
Signature
DownToleranceForWidthReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DownToleranceForWidthParameters: downToleranceForWidth (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
PunchPenetration¶
-
DieDesPierceInsertBuilder.PunchPenetration¶ Returns or sets the punch penetration value.
-------------------------------------Getter Method
Signature
PunchPenetrationReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchPenetrationParameters: punchPenetration (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
ThicknessDirectionOption¶
-
DieDesPierceInsertBuilder.ThicknessDirectionOption¶ Returns or sets the thickness direction option.
-------------------------------------Getter Method
Signature
ThicknessDirectionOptionReturns: Return type: NXOpen.Tooling.DieDesPierceInsertBuilderDirectionNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ThicknessDirectionOptionParameters: thicknessDirectionOption ( NXOpen.Tooling.DieDesPierceInsertBuilderDirection) –New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
ThicknessValue¶
-
DieDesPierceInsertBuilder.ThicknessValue¶ Returns or sets the thickness value.
-------------------------------------Getter Method
Signature
ThicknessValueReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ThicknessValueParameters: thicknessValue (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
ToleranceCoefficient¶
-
DieDesPierceInsertBuilder.ToleranceCoefficient¶ Returns or sets the tolerance coefficient value.
-------------------------------------Getter Method
Signature
ToleranceCoefficientReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToleranceCoefficientParameters: toleranceCoefficient (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
UpToleranceForLength¶
-
DieDesPierceInsertBuilder.UpToleranceForLength¶ Returns or sets the up tolerance value for length.
-------------------------------------Getter Method
Signature
UpToleranceForLengthReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UpToleranceForLengthParameters: upToleranceForLength (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
UpToleranceForWidth¶
-
DieDesPierceInsertBuilder.UpToleranceForWidth¶ Returns or sets the up tolerance value for width.
-------------------------------------Getter Method
Signature
UpToleranceForWidthReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UpToleranceForWidthParameters: upToleranceForWidth (float) – New in version NX8.0.0.
License requirements: ug_die_design (“Die Design”)
Method Detail¶
Validate¶
-
DieDesPierceInsertBuilder.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.