mymesh.mesh.mesh.merge#
- mesh.merge(Mesh2, cleanup=True, tol=1e-14)[source]#
Merge multiple meshes together into the current mesh.
- Parameters:
Mesh2 (mymesh.mesh or list) – Second mesh, or list of meshes, to merge with the current mesh.
cleanup (bool, optional) – Determines whether or not to :meth:
~mesh.cleanup
the merged mesh, by default True.tol (float, optional) – Cleanup tolerance for identifying duplicate nodes (see :meth:
~mesh.cleanup
), by default 1e-14