BaseMesh.from_ply
-
classmethod
BaseMesh.
from_ply
(filepath, precision=None)[source] 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
>>>
BaseMesh.
from_ply
(filepath, precision=None)[source]Construct a mesh object from the data described in a PLY file.
filepath (str) – The path to the file.
Mesh – A mesh object.
Examples
>>>