PLY.write
- PLY.write(mesh, **kwargs)[source]
Write a mesh to the file.
- Parameters
mesh (
compas.datastructures.Mesh
) – The mesh.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.
precision (str, optional) – COMPAS precision specification for parsing geometric data.
- Returns
None