PointCloudBitfieldFilter

constructor(attributeName: String, requiredClearBits: Iterable<Long>, requiredSetBits: Iterable<Long>)

Creates a point cloud bitfield filter with the specified collections of bit positions.

Since

300.1.0

Parameters

attributeName

The name of the attribute to use for the filter.

requiredClearBits

A collection of bit positions where a point is only displayed if the corresponding bit value is 0.

requiredSetBits

A collection of bit positions where a point is only displayed if the corresponding bit value is 1.

Throws

if requiredClearBits or requiredSetBits contains a negative bit position.