Shape.from_meshes_and_formdiagram
- classmethod Shape.from_meshes_and_formdiagram(form, intrados, extrados, middle=None, data={'t': 0.0, 'type': 'general'})
Construct a Shape from a pair of meshes and a formdiagram that will have its topology copied and normals copied.
- Parameters
form (FormDiagram) – Form Diagram with the topology to be used
intrados (mesh) – Mesh for intrados
extrados (mesh) – Mesh for extrados
middle (mesh, optional) – Mesh for middle, the default is None
data (dict, optional) – Dictionary with the data in required, the default is None
- Returns
Shape – A Shape object.