Element.compute_femesh2

Element.compute_femesh2(meshsize_min=None, meshsize_max=None)

Computes the 2D FE analysis mesh of the element’s model geometry.

Parameters:
meshsize_minfloat, optional

Minimum size of the mesh elements.

meshsize_maxfloat, optional

Maximum size of the mesh elements.

Returns:
compas.datastructures.Mesh

The triangular mesh.