PointCloudValueFilter

constructor(attributeName: String, values: Iterable<Double>, mode: PointCloudValueFilterMode)

Creates a PointCloudValueFilter with the specified attribute name and collection of values.

Since

300.1.0

Parameters

attributeName

The name of the attribute for the filter to use.

values

A collection of numeric values for the filter to apply.

mode

Whether points should be included or excluded from the filter.