Group.compute_volumetric_mesh

Group.compute_volumetric_mesh(meshsize_min=None, meshsize_max=None)

Computes the tetrahedral volumetric 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.geometry.VolMesh

The polyhedral mesh.