Block.from_off
- classmethod Block.from_off(filepath)
Construct a mesh object from the data described in a OFF file.
- Parameters:
- filepathstr
The path to the file.
- Returns:
compas.datastructures.Mesh
A mesh object.
Construct a mesh object from the data described in a OFF file.
The path to the file.
compas.datastructures.Mesh
A mesh object.