| read_stl | R Documentation |
Reads an ASCII or binary STL file and returns a scimesh mesh
descriptor list with vertices, triangles, and
normals.
read_stl(path)
path |
Path to the STL file. |
A mesh descriptor list.
## Not run:
mesh <- read_stl("model.stl")
nrow(mesh$vertices)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.