export_stl

Function export_stl 

Source
pub fn export_stl(mesh: &Mesh<Point<3>>, write: impl Write) -> Result<(), Error>
Expand description

Export the provided mesh to the provided writer in the STL format.