OBJ.write

OBJ.write(mesh, unweld=False, **kwargs)[source]

Write a mesh to the file.

Parameters
  • mesh (Mesh) – The mesh.

  • unweld (bool, optional) – Flag indicating that the vertices of the faces should be unwelded.

  • author (str, optional) – The author name to include in the header.

  • email (str, optional) – The email of the author to include in the header.

  • date (str, optional) – The date to include in the header.

Returns

None