PointCloudBitfieldFilter constructor
Creates a point cloud bitfield filter with the specified collections of bit positions.
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.