Mesh.ConvertToFemMesh Method

Convert this mesh to a 2D FemMesh object.
Public Function ConvertToFemMesh( _ 
ByVal mat As Material, _ 
ByVal t6 As Boolean
) As FemMesh
This language is not supported or no code example is available.
public FemMesh ConvertToFemMesh( 
Material mat
bool t6 
)
This language is not supported or no code example is available.

Parameters

mat
Material

The element material

t6
bool

If true the fem mesh is generated using six-noded triangular elements, otherwise using three-noded ones.

Return Value

FemMesh

The resulting fem mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition