Pointcloud.from_pcd

classmethod Pointcloud.from_pcd(filepath)[source]

Construct a pointcloud from a PCD file.

Parameters:
filepathstr | bytes | os.PathLike

Path of the PCD file.

Returns:
compas.geometry.Pointcloud