Function gut::io::save_polymesh_ascii[][src]

pub fn save_polymesh_ascii<T, P>(
    polymesh: &PolyMesh<T>,
    file: P
) -> Result<(), Error> where
    T: Real,
    P: AsRef<Path>, 
Expand description

Save a polygonal mesh to a file.