Mesh.to_ply

Mesh.to_ply(filepath, **kwargs)[source]

Write a mesh object to a PLY file.

Parameters:
filepathstr

The path to the file.

Returns:
None