Block.from_ply

classmethod Block.from_ply(filepath, precision=None)

Construct a mesh object from the data described in a PLY file.

Parameters:
filepathstr

The path to the file.

Returns:
compas.datastructures.Mesh

A mesh object.