Surface.ConvertToFemMesh Method

Converts this surface in a FemMesh object.
Public Function ConvertToFemMesh( _ 
ByVal size As Double, _ 
Optional ByVal quadratic As Boolean = false, _ 
Optional ByVal materials As MaterialKeyedCollection = null _ 
) As FemMesh
This language is not supported or no code example is available.
public FemMesh ConvertToFemMesh( 
double size
bool quadratic = false, 
MaterialKeyedCollection materials = null 
)
This language is not supported or no code example is available.

Parameters

size
double

The desired element size

quadratic
bool

When true, quadratic triangles are generated

materials
MaterialKeyedCollection

The optional material collection

Return Value

FemMesh

The resulting FemMesh object.

Remarks
 
The FemMesh elements returned by this method are 2D elements, not suitable for 3D problems.

.NET Framework

Supported in: 4.8

In this article

Definition