openalea.phenomenal.mesh.formats.read_ply_to_vertices_faces# openalea.phenomenal.mesh.formats.read_ply_to_vertices_faces(filename)[source]# Read ply file to vertices and faces Parameters: filename (str) – The filename of a ply model Returns: mesh – A tuple with vertices, faces and color of the mesh. Return type: tuple