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.Meshobject representing the boundary envelope of the Part.- Parameters:
- boundary_mesh
compas.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.
- boundary_mesh
- Returns:
- _Part
The part created from the boundary mesh.