write.stl | R Documentation |
Writes an stl file
Writes a mesh3d object (or a list) to an stl file
write.stl(x, ...)
## Default S3 method:
write.stl(x, con, ascii = FALSE)
x |
list of meshes to write |
con |
file connection of filename to write to |
ascii |
if TRUE, write in ASCII format (discouraged) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.