OBJ.write
- OBJ.write(mesh, unweld=False, **kwargs)[source]
Write a mesh to the file.
- Parameters:
- mesh
compas.datastructures.Mesh
The mesh.
- unweldbool, optional
Flag indicating that the vertices of the faces should be unwelded.
- 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.
- mesh
- Returns:
- None