Skip to content

(save-mesh)

Description

Save the mesh data in a file

Syntax

(save-mesh mesh filename)

Parameters

mesh Name of the mesh to be saved filename name of destination file (in quote)

Example

Create a mesh named my-mesh using the mesh tools (see duplicate 'rotation for example) and save the mesh

(save-mesh my-mesh \"rotate.mesh\")
Keep in mind that the file format is the INRIA mesh format.

See also

make-mesh 'read-from-file