pub fn write_stl(
triangles: &[StlTriangle],
name: &str,
format: StlFormat,
out: &mut impl Write,
) -> Result<()>Expand description
Write triangles as an STL file named name (the solid name an ASCII
file carries, and the header of a binary one).