Mesh.from_off
-
classmethod
Mesh.
from_off
(filepath) Construct a mesh object from the data described in a OFF file.
- Parameters
filepath (str) – The path to the file.
- Returns
Mesh – A mesh object.
Examples
>>>
Mesh.
from_off
(filepath)Construct a mesh object from the data described in a OFF file.
filepath (str) – The path to the file.
Mesh – A mesh object.
Examples
>>>