(make-mesh 'copy)
Description
Copy a mesh
Syntax
(make-mesh 'copy mesh)
Parameters
mesh The mesh to be copied.
Example
(define my-mesh2 (make-mesh 'copy my-mesh1))
See also
fem-example
Copy a mesh
(make-mesh 'copy mesh)
mesh The mesh to be copied.
(define my-mesh2 (make-mesh 'copy my-mesh1))
fem-example