openalea.phenomenal.mesh.formats.read_ply_to_vtk_poly_data#

openalea.phenomenal.mesh.formats.read_ply_to_vtk_poly_data(filename)[source]#

Reads the content of a ply file to a vtkPolyData object.

Parameters:

filename (str) – The name of the file to read.

Returns:

polydata – A poly data object

Return type:

vtkPolyData