fedoo.mesh.stack

stack(mesh1, mesh2, name='')

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