powered by
Export meshes to STL-files (binary or ascii)
vcgStlWrite(mesh, filename = dataname, binary = FALSE)
triangular mesh of class 'mesh3d' or a numeric matrix with 3-columns
character: filename (file extension '.stl' will be added automatically.
logical: write binary file
# NOT RUN { data(humface) vcgStlWrite(humface,filename = "humface") # }
Run the code above in your browser using DataLab