Function save_stl_ascii

Source
pub fn save_stl_ascii<M, P, W>(write: &mut W, mesh: &M) -> StlResult<()>
where M: IsMesh3D<P>, P: IsBuildable3D, W: Write,
Expand description

Saves an IsMesh3D in the ASCII .stl file format