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

__init__(filepath[, precision])

Initialize self.

read()

write(mesh, **kwargs)