SaveMesh()

Syntax

SaveMesh(#Mesh, Filename$)
Description
Save the mesh. The saved mesh can be loaded back with the LoadMesh() command.

Parameters

Mesh The mesh to save.
Filename$ The filename and path to the new mesh file. If the filename does not include a full path, it is interpreted relative to the current directory.

Return value

None.

See Also

CreateMesh(), LoadMesh()

Supported OS

All

<- NormalizeMesh() - Mesh Index - SetMeshData() ->