FemMesh.ConvertToMesh Method

Converts this FEM mesh to a Mesh object.
Public Function ConvertToMesh( _ 
Optional ByVal includeDisplacements As Boolean = false _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh ConvertToMesh( 
bool includeDisplacements = false 
)
This language is not supported or no code example is available.

Parameters

includeDisplacements
bool

When true, the mesh will include displacements

Return Value

Mesh

The resulting Mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition