PointCloud Value Filter

Filters points based on the value of an specified attribute.

Referenced by: PointCloud Filter

Properties

Property Details
field The name of the field that is used for the filter.
mode Defines if values should be included or excluded.
Valid values:
  • exclude
  • include
type Filters points based on the value of an specified attribute.
Valid value of this property pointCloudValueFilter
values[] list of values

PointCloud Value Filter Example

{
  "type": "pointCloudValueFilter",
  "field": "USAGE",
  "values": [
    1,
    3,
    7
  ],
  "mode": "include"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.