dtcc.PointCloud.z_range_filter(min=None, max=None)

Filter a PointCloud object based on its Z-values.

Parameters:
min : float

The minimum Z-value to keep.

max : float

The maximum Z-value to keep.

Returns:

A new PointCloud object with the specified points removed.

Return type:

PointCloud