CoolingExtendBuilder Class¶
-
class
NXOpen.Tooling.CoolingExtendBuilder¶ Bases:
NXOpen.BuilderThe builder class for Channel Extend which assists you to extend the channel.
To create a new instance of this class, use
NXOpen.Tooling.CoolingExtendCollection.CreateCoolingExtendBuilder()Default values.
Property Value AdjustBoundaryChannel 0 BoundaryChannelExtension 0 ExtensionValue.Value 0 (millimeters part), 0 (inches part) RemoveParameter 0 RoundTip 0 TipAngleValue.Value 118 TipEndType None New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AdjustBoundaryChannel | Returns or sets the value which specifies whether to extend boundary channel or not. |
| BoundaryChannelExtension | Returns or sets the value of the boundary channel extension. |
| ExtendChannel | Returns the cooling channel to be extended. |
| ExtensionValue | Returns the value of the face extension |
| LimitBody | Returns the body used to be the boundary of the face extension. |
| RemoveParameter | Returns or sets the flag to indicate whether to remove parameters of the created solid or not |
| ReverseDirection | Returns or sets the value which specifies whether to reverse the channel direction or not. |
| RoundTip | Returns or sets the flag to indicate whether to create round tip or not. |
| Tag | Returns the Tag for this object. |
| TipAngle | Returns or sets the value for the tip angle of the channel. |
| TipAngleValue | Returns the value for the tip angle of the channel. |
| TipEndType | Returns or sets the candidate of tip end 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¶
| CoolingExtendBuilderTipEndTypes Enumeration | The tip end types of channel |
Property Detail¶
AdjustBoundaryChannel¶
-
CoolingExtendBuilder.AdjustBoundaryChannel¶ Returns or sets the value which specifies whether to extend boundary channel or not.
-------------------------------------Getter Method
Signature
AdjustBoundaryChannelReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjustBoundaryChannelParameters: adjustBoundaryChannel (bool) – New in version NX7.5.0.
License requirements: None.
BoundaryChannelExtension¶
-
CoolingExtendBuilder.BoundaryChannelExtension¶ Returns or sets the value of the boundary channel extension.
-------------------------------------Getter Method
Signature
BoundaryChannelExtensionReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BoundaryChannelExtensionParameters: boundaryChannelExtension (float) – New in version NX7.5.0.
License requirements: None.
ExtendChannel¶
-
CoolingExtendBuilder.ExtendChannel¶ Returns the cooling channel to be extended.
-------------------------------------Getter Method
Signature
ExtendChannelReturns: Return type: NXOpen.SelectBodyListNew in version NX7.5.0.
License requirements: None.
ExtensionValue¶
-
CoolingExtendBuilder.ExtensionValue¶ Returns the value of the face extension
-------------------------------------Getter Method
Signature
ExtensionValueReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
LimitBody¶
-
CoolingExtendBuilder.LimitBody¶ Returns the body used to be the boundary of the face extension.
-------------------------------------Getter Method
Signature
LimitBodyReturns: Return type: NXOpen.SelectBodyNew in version NX7.5.0.
License requirements: None.
RemoveParameter¶
-
CoolingExtendBuilder.RemoveParameter¶ Returns or sets the flag to indicate whether to remove parameters of the created solid or not
-------------------------------------Getter Method
Signature
RemoveParameterReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RemoveParameterParameters: removeParameter (bool) – New in version NX12.0.0.
License requirements: ug_mold_design (“UG MOLD”)
ReverseDirection¶
-
CoolingExtendBuilder.ReverseDirection¶ Returns or sets the value which specifies whether to reverse the channel direction or not.
-------------------------------------Getter Method
Signature
ReverseDirectionReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReverseDirectionParameters: reverseDirection (bool) – New in version NX7.5.0.
License requirements: None.
RoundTip¶
-
CoolingExtendBuilder.RoundTip¶ Returns or sets the flag to indicate whether to create round tip or not.
-------------------------------------Getter Method
Signature
RoundTipReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RoundTipParameters: adjustBoundaryChannel (bool) – New in version NX8.0.0.
License requirements: ug_mold_design (“UG MOLD”) OR nx_electrode_wizard (“NX Electrode Wizard”) OR prog_die_wizard (“UG/Progressive Die Wizard”)
TipAngle¶
-
CoolingExtendBuilder.TipAngle¶ Returns or sets the value for the tip angle of the channel.
-------------------------------------Getter Method
Signature
TipAngleReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TipAngleParameters: tipAngle (float) – New in version NX7.5.0.
License requirements: None.
TipAngleValue¶
-
CoolingExtendBuilder.TipAngleValue¶ Returns the value for the tip angle of the channel.
-------------------------------------Getter Method
Signature
TipAngleValueReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
TipEndType¶
-
CoolingExtendBuilder.TipEndType¶ Returns or sets the candidate of tip end type
-------------------------------------Getter Method
Signature
TipEndTypeReturns: Return type: NXOpen.Tooling.CoolingExtendBuilderTipEndTypesNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TipEndTypeParameters: tipEndType ( NXOpen.Tooling.CoolingExtendBuilderTipEndTypes) –New in version NX8.5.0.
License requirements: ug_mold_design (“UG MOLD”)
Method Detail¶
Validate¶
-
CoolingExtendBuilder.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.