rust_3d::io
pub fn save_stl_ascii<M, P>(mesh: &M, filepath: &str) -> Result<()> where M: IsMesh3D<P>, P: IsBuildable3D,
Saves an IsMesh3D in the ASCII .stl file format