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.Meshobject representing the boundary envelope of the Part.- Parameters:
- boundary_mesh
compas.datastructures.Mesh Boundary envelope of the RigidPart.
- namestr, optional
Name of the new part.
- boundary_mesh
- Returns:
- _Part
The part created from the boundary mesh.