writeMeshFile | R Documentation |
Export a mesh to a file.
writeMeshFile(mesh, filename, precision = 17L, binary = FALSE)
mesh |
a mesh given either as a list containing (at least) the fields
|
filename |
name of the file to be written, with extension |
precision |
positive integer, number of decimal digits for the vertices |
binary |
Boolean, whether to write a binary file or an ASCII file |
No value, just generates the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.