RigidPart.from_boundary_mesh

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

Create a RigidPart 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 RigidPart.

namestr, optional

Name of the new part.

Returns:
_Part

The part created from the boundary mesh.