| vcgStlWrite | R Documentation | 
Export meshes to STL-files (binary or ascii)
vcgStlWrite(mesh, filename = dataname, binary = FALSE)
| mesh | triangular mesh of class 'mesh3d' or a numeric matrix with 3-columns | 
| filename | character: filename (file extension '.stl' will be added automatically. | 
| binary | logical: write binary file | 
data(humface)
vcgStlWrite(humface,filename = "humface")
unlink("humface.stl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.