(make-mesh 'add)
Description
Add two or several meshes.
Syntax
(make-mesh 'add list-of-meshes)
Parameters
list-of-meshes The meshes to be added together.
Example
(define sum-mesh (make-mesh 'add (list mesh1 mesh2 mesh3)))
(view 'mesh sum-mesh)
Add two or several meshes.
(make-mesh 'add list-of-meshes)
list-of-meshes The meshes to be added together.
(define sum-mesh (make-mesh 'add (list mesh1 mesh2 mesh3)))
(view 'mesh sum-mesh)