fedoo.Mesh.stack

static Mesh.stack(mesh1: Mesh, mesh2: Mesh, name: str = '') Mesh

Static method - Make the spatial stack of two mesh objects which have the same element shape. This function doesn’t merge coindicent Nodes. For that purpose, use the Mesh methods ‘find_coincident_nodes’ and ‘merge_nodes’ on the resulting Mesh.

Return type:

Mesh object with is the spacial stack of mesh1 and mesh2