clone

Mesh.clone(mesh)[source]

In-place mesh copy.

Implements assignment operator like behavior. Performs the same operation as copy() but assigns the result to the mesh instance self.

Parameters:

mesh (Mesh) – Source mesh.