dtcc.PointCloud.crop(bounds: Bounds, xy_only=True) PointCloud

Crop a PointCloud object only include point inside given bounds object

Parameters:
bounds : Bounds

The bounds to keep.

Returns:

A new PointCloud object with all points inside the bounds.

Return type:

PointCloud