CAEWeldConnectionBuilder Class¶
-
class
NXOpen.CAE.CAEWeldConnectionBuilder¶ Bases:
NXOpen.BuilderBuilder 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
BottomFaceSelectionReturns: Return type: NXOpen.SelectTaggedObjectListNew in version NX6.0.0.
License requirements: None.
ElementType¶
-
CAEWeldConnectionBuilder.ElementType¶ Returns the element type to be created
-------------------------------------Getter Method
Signature
ElementTypeReturns: Return type: NXOpen.CAE.ElementTypeBuilderNew in version NX6.0.0.
License requirements: None.
HardObjSelection¶
-
CAEWeldConnectionBuilder.HardObjSelection¶ Returns the hard obj selection
-------------------------------------Getter Method
Signature
HardObjSelectionReturns: Return type: NXOpen.SelectTaggedObjectListNew in version NX6.0.0.
License requirements: None.
MergeNodeTol¶
-
CAEWeldConnectionBuilder.MergeNodeTol¶ Returns the merge node tol
-------------------------------------Getter Method
Signature
MergeNodeTolReturns: Return type: NXOpen.ExpressionNew in version NX6.0.0.
License requirements: None.
MeshDensityType¶
-
CAEWeldConnectionBuilder.MeshDensityType¶ Returns or sets the mesh density type
-------------------------------------Getter Method
Signature
MeshDensityTypeReturns: Return type: NXOpen.CAE.CAEWeldConnectionBuilderMeshDensityTypeEnumNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeshDensityTypeParameters: 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
MeshDensityValueReturns: Return type: NXOpen.ExpressionNew in version NX6.0.0.
License requirements: None.
TopFaceSelection¶
-
CAEWeldConnectionBuilder.TopFaceSelection¶ Returns the top face selection(s)
-------------------------------------Getter Method
Signature
TopFaceSelectionReturns: Return type: NXOpen.SelectTaggedObjectListNew in version NX6.0.0.
License requirements: None.
WeldType¶
-
CAEWeldConnectionBuilder.WeldType¶ Returns or sets the weld connection type
-------------------------------------Getter Method
Signature
WeldTypeReturns: Return type: NXOpen.CAE.CAEWeldConnectionBuilderWeldTypeEnumNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WeldTypeParameters: 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.CAEWeldConnectionNew 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.