Shape.from_meshes
- classmethod Shape.from_meshes(intrados, extrados, middle=None, fill=None, data={'t': 0.0, 'thk': 0.5, 'type': 'general'})
Construct a Shape from meshes for intrados, extrados, and middle.
- Parameters
intrados (
Mesh
) – Mesh for intrados.extrados (
Mesh
) – Mesh for extrados.middle (mesh, optional) – Mesh for middle. The default value is
None
, in a case in which no middle surface is assignedfill (mesh, optional) – Mesh for fill. The default value is
None
, in a case in which no fill surface is assigneddata (dict, optional) – Dictionary with the data about the structure. The default value is a typical general dictionary.
- Returns
Shape – A Shape object.