PLY.write

PLY.write(mesh, **kwargs)[source]

Write a mesh to the file.

Parameters:
meshcompas.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.

Returns:
None