Pointcloud.from_ply

classmethod Pointcloud.from_ply(filepath)[source]

Construct a pointcloud from a PLY file.

Parameters:
filepathstr | bytes | os.PathLike

Path of the PLY file.

Returns:
compas.geometry.Pointcloud