OFF.write
- OFF.write(mesh, **kwargs)[source]
Write a mesh to the file.
- Parameters:
- mesh
compas.datastructures.Mesh
The mesh.
- authorstr, optional
The author name to include in the header.
- emailstr, optional
The email of the author to include in the header.
- datestr, optional
The date to include in the header.
- precisionstr, optional
COMPAS precision specification for parsing geometric data.
- mesh
- Returns:
- None