CoolingExtendBuilder Class

class NXOpen.Tooling.CoolingExtendBuilder

Bases: NXOpen.Builder

The 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 AdjustBoundaryChannel

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature AdjustBoundaryChannel

Parameters: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 BoundaryChannelExtension

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature BoundaryChannelExtension

Parameters:boundaryChannelExtension (float) –

New in version NX7.5.0.

License requirements: None.

ExtendChannel

CoolingExtendBuilder.ExtendChannel

Returns the cooling channel to be extended.

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

Getter Method

Signature ExtendChannel

Returns:
Return type:NXOpen.SelectBodyList

New in version NX7.5.0.

License requirements: None.

ExtensionValue

CoolingExtendBuilder.ExtensionValue

Returns the value of the face extension

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

Getter Method

Signature ExtensionValue

Returns:
Return type:NXOpen.Expression

New 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 LimitBody

Returns:
Return type:NXOpen.SelectBody

New 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 RemoveParameter

Returns:
Return type:bool

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature RemoveParameter

Parameters: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 ReverseDirection

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ReverseDirection

Parameters: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 RoundTip

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature RoundTip

Parameters: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 TipAngle

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TipAngle

Parameters: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 TipAngleValue

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

TipEndType

CoolingExtendBuilder.TipEndType

Returns or sets the candidate of tip end type

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

Getter Method

Signature TipEndType

Returns:
Return type:NXOpen.Tooling.CoolingExtendBuilderTipEndTypes

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature TipEndType

Parameters: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.