CAEWeldConnectionBuilder Class

class NXOpen.CAE.CAEWeldConnectionBuilder

Bases: NXOpen.Builder

Builder for creating 1D Weld Connection

To create a new instance of this class, use NXOpen.CAE.CAEConnectionCollection.CreateWeldConnectionBuilder()

New in version NX6.0.0.

Properties

Property Description
BottomFaceSelection Returns the bottom face selection(s)
ElementType Returns the element type to be created
HardObjSelection Returns the hard obj selection
MergeNodeTol Returns the merge node tol
MeshDensityType Returns or sets the mesh density type
MeshDensityValue Returns the mesh density value
Tag Returns the Tag for this object.
TopFaceSelection Returns the top face selection(s)
WeldType Returns or sets the weld connection type

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitWeldconnection Commits the weld connection
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

CAEWeldConnectionBuilderMeshDensityTypeEnum Enumeration the mesh density type enum
CAEWeldConnectionBuilderWeldTypeEnum Enumeration the type of weld connection to be created

Property Detail

BottomFaceSelection

CAEWeldConnectionBuilder.BottomFaceSelection

Returns the bottom face selection(s)

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

Getter Method

Signature BottomFaceSelection

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX6.0.0.

License requirements: None.

ElementType

CAEWeldConnectionBuilder.ElementType

Returns the element type to be created

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

Getter Method

Signature ElementType

Returns:
Return type:NXOpen.CAE.ElementTypeBuilder

New in version NX6.0.0.

License requirements: None.

HardObjSelection

CAEWeldConnectionBuilder.HardObjSelection

Returns the hard obj selection

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

Getter Method

Signature HardObjSelection

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX6.0.0.

License requirements: None.

MergeNodeTol

CAEWeldConnectionBuilder.MergeNodeTol

Returns the merge node tol

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

Getter Method

Signature MergeNodeTol

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

MeshDensityType

CAEWeldConnectionBuilder.MeshDensityType

Returns or sets the mesh density type

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

Getter Method

Signature MeshDensityType

Returns:
Return type:NXOpen.CAE.CAEWeldConnectionBuilderMeshDensityTypeEnum

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature MeshDensityType

Parameters:meshDensityType (NXOpen.CAE.CAEWeldConnectionBuilderMeshDensityTypeEnum) –

New in version NX6.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MeshDensityValue

CAEWeldConnectionBuilder.MeshDensityValue

Returns the mesh density value

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

Getter Method

Signature MeshDensityValue

Returns:
Return type:NXOpen.Expression

New in version NX6.0.0.

License requirements: None.

TopFaceSelection

CAEWeldConnectionBuilder.TopFaceSelection

Returns the top face selection(s)

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

Getter Method

Signature TopFaceSelection

Returns:
Return type:NXOpen.SelectTaggedObjectList

New in version NX6.0.0.

License requirements: None.

WeldType

CAEWeldConnectionBuilder.WeldType

Returns or sets the weld connection type

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

Getter Method

Signature WeldType

Returns:
Return type:NXOpen.CAE.CAEWeldConnectionBuilderWeldTypeEnum

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature WeldType

Parameters:weldType (NXOpen.CAE.CAEWeldConnectionBuilderWeldTypeEnum) –

New in version NX6.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

CommitWeldconnection

CAEWeldConnectionBuilder.CommitWeldconnection

Commits the weld connection

Signature CommitWeldconnection()

Returns:
Return type:NXOpen.CAE.CAEWeldConnection

New in version NX6.0.0.

Deprecated since version NX7.5.1: Use Builder.Commit() instead.

License requirements: nx_masterfem (“Finite Element Modeling”)

Validate

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