Function fj_export::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.