Skip to main content

write_vtk_polydata

Function write_vtk_polydata 

Source
pub fn write_vtk_polydata(
    path: &str,
    vertices: &[[f64; 3]],
    triangles: &[[usize; 3]],
    normals: Option<&[[f64; 3]]>,
) -> Result<()>
Expand description

Write a triangle surface mesh as a VTK POLYDATA file (ASCII legacy).