Export a mesh to a file.
writeMeshFile(mesh, filename, precision = 17L, binary = FALSE)No value, just generates the file.
a mesh given either as a list containing (at least) the fields
vertices and faces, otherwise a rgl mesh
(i.e. a mesh3d object)
name of the file to be written, with extension stl,
ply, obj or off
positive integer, number of decimal digits for the vertices
Boolean, whether to write a binary file or an ASCII file