CoolingConnectBuilder Class

class NXOpen.Tooling.CoolingConnectBuilder

Bases: NXOpen.Builder

The builder class for Cooling connection which assists you to create channel and connect it to other channels.

To create a new instance of this class, use NXOpen.Tooling.CoolingConnectCollection.CreateCoolingConnectBuilder()

Default values.

Property Value
DefineConnectVector 0
DefineStartPoint 0

New in version NX7.5.0.

Properties

Property Description
ConnectVector Returns or sets the vector specified for creating connecting channel.
DefineConnectVector Returns or sets the value which specifies whether to define the vector of the connect channel or not.
DefineStartPoint Returns or sets the value which specifies whether to define the start point or not.
FirstChannel Returns the first channel to be connected.
SecondChannel Returns the second channel to be connected.
StartPoint Returns or sets the point for changing the start position of the connecting channel.
Tag Returns the Tag for this object.

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.

Property Detail

ConnectVector

CoolingConnectBuilder.ConnectVector

Returns or sets the vector specified for creating connecting channel.

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

Getter Method

Signature ConnectVector

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ConnectVector

Parameters:connectVector (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

DefineConnectVector

CoolingConnectBuilder.DefineConnectVector

Returns or sets the value which specifies whether to define the vector of the connect channel or not.

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

Getter Method

Signature DefineConnectVector

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DefineConnectVector

Parameters:defineConnectVector (bool) –

New in version NX7.5.0.

License requirements: None.

DefineStartPoint

CoolingConnectBuilder.DefineStartPoint

Returns or sets the value which specifies whether to define the start point or not.

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

Getter Method

Signature DefineStartPoint

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DefineStartPoint

Parameters:defineStartPoint (bool) –

New in version NX7.5.0.

License requirements: None.

FirstChannel

CoolingConnectBuilder.FirstChannel

Returns the first channel to be connected.

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

Getter Method

Signature FirstChannel

Returns:
Return type:NXOpen.SelectBody

New in version NX7.5.0.

License requirements: None.

SecondChannel

CoolingConnectBuilder.SecondChannel

Returns the second channel to be connected.

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

Getter Method

Signature SecondChannel

Returns:
Return type:NXOpen.SelectBody

New in version NX7.5.0.

License requirements: None.

StartPoint

CoolingConnectBuilder.StartPoint

Returns or sets the point for changing the start position of the connecting channel.

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

Getter Method

Signature StartPoint

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature StartPoint

Parameters:startPoint (NXOpen.Point) –

New in version NX7.5.0.

License requirements: None.

Method Detail

Validate

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