DependentMeshBuilder Class¶
-
class
NXOpen.CAE.DependentMeshBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.Mesh2dTo create a new instance of this class, use
NXOpen.CAE.MeshManager.CreateDependentMeshBuilder()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| LoopList | Returns the loop list |
| MasterFace | Returns the master face |
| Tag | Returns the Tag for this object. |
| TargetFace | Returns the target face |
Methods¶
| Method | Description |
|---|---|
| CheckForSymmetry | Check for symmetry |
| CheckForTinyEdges | Check tiny edges |
| Commit | Commits any edits that have been applied to the builder. |
| CommitDependentMesh | Commits the creation of the NXOpen.CAE.DependentMesh objects or Commits the changes made to the NXOpen.CAE.DependentMesh |
| CreateNewListItem | The list item |
| 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. |
| GetCsys | The cys |
| GetMeshType | The mesh type |
| GetObject | Returns the object currently being edited by this builder. |
| MatchCylinderSeams | Match cylinder seams |
| SetCsys | The cys |
| SetMeshType | The mesh type |
| 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¶
| DependentMeshBuilderMeshType Enumeration | The mesh type for face dependency |
Property Detail¶
LoopList¶
-
DependentMeshBuilder.LoopList¶ Returns the loop list
-------------------------------------Getter Method
Signature
LoopListReturns: Return type: NXOpen.CAE.DependentMeshListItemBuilderListNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
MasterFace¶
-
DependentMeshBuilder.MasterFace¶ Returns the master face
-------------------------------------Getter Method
Signature
MasterFaceReturns: Return type: NXOpen.CAE.SelectCAEFaceNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
TargetFace¶
-
DependentMeshBuilder.TargetFace¶ Returns the target face
-------------------------------------Getter Method
Signature
TargetFaceReturns: Return type: NXOpen.CAE.SelectCAEFaceNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Method Detail¶
CheckForSymmetry¶
-
DependentMeshBuilder.CheckForSymmetry¶ Check for symmetry
Signature
CheckForSymmetry()Returns: Return type: bool New in version NX6.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
CheckForTinyEdges¶
-
DependentMeshBuilder.CheckForTinyEdges¶ Check tiny edges
Signature
CheckForTinyEdges()Returns: Return type: bool New in version NX6.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
CommitDependentMesh¶
-
DependentMeshBuilder.CommitDependentMesh¶ Commits the creation of the
NXOpen.CAE.DependentMeshobjects or Commits the changes made to theNXOpen.CAE.DependentMeshSignature
CommitDependentMesh()Returns: Return type: NXOpen.CAE.Mesh2dNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
CreateNewListItem¶
-
DependentMeshBuilder.CreateNewListItem¶ The list item
Signature
CreateNewListItem(tMasterEdge, tTargetEdge, fFlipDirection)Parameters: - tMasterEdge (
NXOpen.CAE.CAEEdge) – The master edge - tTargetEdge (
NXOpen.CAE.CAEEdge) – The target edge - fFlipDirection (bool) – flip direction
Returns: Return type: New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
- tMasterEdge (
GetCsys¶
-
DependentMeshBuilder.GetCsys¶ The cys
Signature
GetCsys()Returns: Return type: NXOpen.NXObjectNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GetMeshType¶
-
DependentMeshBuilder.GetMeshType¶ The mesh type
Signature
GetMeshType()Returns: Return type: NXOpen.CAE.DependentMeshBuilderMeshTypeNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
MatchCylinderSeams¶
-
DependentMeshBuilder.MatchCylinderSeams¶ Match cylinder seams
Signature
MatchCylinderSeams()New in version NX6.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
SetCsys¶
-
DependentMeshBuilder.SetCsys¶ The cys
Signature
SetCsys(tCsys)Parameters: tCsys ( NXOpen.NXObject) – CsysNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
SetMeshType¶
-
DependentMeshBuilder.SetMeshType¶ The mesh type
Signature
SetMeshType(type)Parameters: type ( NXOpen.CAE.DependentMeshBuilderMeshType) – Mesh TypeNew in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Validate¶
-
DependentMeshBuilder.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.