Skip to main content

Crate neco_stl

Crate neco_stl 

Source
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.