Expand description
STL file parser and writer with vertex deduplication.
Structs§
- TriSurface
- Triangle surface mesh parsed from STL.
Functions§
- parse_
stl - Parse STL bytes into a triangle surface mesh.
- write_
stl_ ascii - Write an ASCII STL file.
- write_
stl_ binary - Write a binary STL file.