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