DependentMeshBuilder Class

class NXOpen.CAE.DependentMeshBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAE.Mesh2d

To 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 LoopList

Returns:
Return type:NXOpen.CAE.DependentMeshListItemBuilderList

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

MasterFace

DependentMeshBuilder.MasterFace

Returns the master face

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

Getter Method

Signature MasterFace

Returns:
Return type:NXOpen.CAE.SelectCAEFace

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

TargetFace

DependentMeshBuilder.TargetFace

Returns the target face

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

Getter Method

Signature TargetFace

Returns:
Return type:NXOpen.CAE.SelectCAEFace

New 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.DependentMesh objects or Commits the changes made to the NXOpen.CAE.DependentMesh

Signature CommitDependentMesh()

Returns:
Return type:NXOpen.CAE.Mesh2d

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

CreateNewListItem

DependentMeshBuilder.CreateNewListItem

The list item

Signature CreateNewListItem(tMasterEdge, tTargetEdge, fFlipDirection)

Parameters:
Returns:

Return type:

NXOpen.CAE.DependentMeshListItemBuilder

New in version NX5.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

GetCsys

DependentMeshBuilder.GetCsys

The cys

Signature GetCsys()

Returns:
Return type:NXOpen.NXObject

New 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.DependentMeshBuilderMeshType

New 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) – Csys

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

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