PointCloudValueFilter constructor

PointCloudValueFilter({
  1. required String attributeName,
  2. required List<double> values,
  3. required PointCloudValueFilterMode mode,
})

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

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.