PLY

class compas.files.PLY(filepath, precision=None)[source]

Bases: object

Polygon file format, or Stanford triangle format.

References

1

http://paulbourke.net/dataformats/ply/

Methods

read()

write(mesh, **kwargs)