fedoo.Mesh.stack
- static Mesh.stack(mesh1: Mesh, mesh2: Mesh, name: str = '') Mesh | MultiMesh
Add two mesh together to make a new mesh.
Static method - Make the spatial stack of two mesh objects which have the same element shape. If the two meshes use different element shapes, a MultiMesh is returned. This function doesn’t merge coincident nodes. For that purpose, use the Mesh methods ‘find_coincident_nodes’ and ‘merge_nodes’ on the resulting Mesh.
- Return type:
Mesh or MultiMesh object which is the spatial stack of mesh1 and mesh2