mesh_from_shell_elements
- compas_fea2.utilities.mesh_from_shell_elements(structure)[source]
Returns a Mesh datastructure object from a Structure’s ShellElement objects.
- Parameters:
structure (obj) – The structure to extract a Mesh from.
- Returns:
obj – Mesh datastructure object.