[][src]Function rust_3d::io::save_stl_ascii

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