Mesh.from_ply
- classmethod Mesh.from_ply(filepath, precision=None)[source]
Construct a mesh object from the data described in a PLY file.
- Parameters:
- filepathstr
The path to the file.
- Returns:
compas.datastructures.Mesh
A mesh object.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Construct a mesh object from the data described in a PLY file.
The path to the file.
compas.datastructures.Mesh
A mesh object.