M-File Help: stlRead | View code for stlRead |
reads any STL file not depending on its format
[v, f, n, name] = stlread(fileName) reads the STL format file (ASCII or binary) and returns vertices V, faces F, normals N and NAME is the name of the STL object (NOT the name of the STL file).
© 1990-2014 Peter Corke.