Mesh.from_ply
-
classmethod
Mesh.
from_ply
(filepath, precision=None) Construct a mesh object from the data described in a PLY file.
- Parameters
filepath (str) – The path to the file.
- Returns
Mesh – A mesh object.
Examples
>>>
Mesh.
from_ply
(filepath, precision=None)Construct a mesh object from the data described in a PLY file.
filepath (str) – The path to the file.
Mesh – A mesh object.
Examples
>>>