Brep.ConvertToFemMesh Method

Converts this Brep to a triangle (T3 or t6) based FemMesh using the specified triangle edge length.
Public Function ConvertToFemMesh( _ 
ByVal maxLength As Double, _ 
ByVal t6 As Boolean
) As FemMesh
This language is not supported or no code example is available.
public FemMesh ConvertToFemMesh( 
double maxLength
bool t6 
)
This language is not supported or no code example is available.

Parameters

maxLength
double

The maximum edge length or triangle side length

t6
bool

When true, six-noded triangles are generated.

Return Value

FemMesh

The resulting FemMesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition