OFF
- class compas.files.OFF[source]
Bases:
object
Class for working with OFF files.
- Parameters:
- filepathpath string | file-like object | URL string
A path, a file-like object or a URL pointing to a file.
- Attributes:
- reader
OFFReader
, read-only A OFF file reader.
- reader
References
Methods
Read and parse the contents of the file.
Write a mesh to the file.