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