fedoo.Mesh.copy

Mesh.copy(name: str = '') Mesh

Make a copy of the mesh.

This method make a shallow copy, ie the nodes and elements arrays are alias of the former arrays. To also copy these arrays, use the deepcopy method.

Parameters:

name (str) – Name of the copied mesh.

Return type:

The copied Mesh object.