pub fn write_vtk_polydata( path: &str, vertices: &[[f64; 3]], triangles: &[[usize; 3]], normals: Option<&[[f64; 3]]>, ) -> Result<()>
Write a triangle surface mesh as a VTK POLYDATA file (ASCII legacy).