Part.from_boundary_mesh

classmethod Part.from_boundary_mesh(boundary_mesh, section, name=None, **kwargs)[source]

Create a Part object from a 3-dimensional compas.datastructures.Mesh object representing the boundary envelope of the Part.

Parameters:
boundary_meshcompas.datastructures.Mesh

Boundary envelope of the Part.

sectionUnion[compas_fea2.model.SolidSection, compas_fea2.model.ShellSection]

Section to assign to the elements.

namestr, optional

Name of the new part.

Returns:
_Part

The part created from the boundary mesh.