Constructor PointCloudBitfieldFilter
PointCloudBitfieldFilter(string, IEnumerable<uint>, IEnumerable<uint>)
Initializes a new instance of the PointCloudBitfieldFilter class with the specified collections of bit positions.
Declaration
public PointCloudBitfieldFilter(string attributeName, IEnumerable<uint> requiredClearBits, IEnumerable<uint> requiredSetBits)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | The name of the attribute to use for the filter. |
| IEnumerable<uint> | requiredClearBits | A collection of bit positions where a point is only displayed if the corresponding bit value is 0. |
| IEnumerable<uint> | requiredSetBits | A collection of bit positions where a point is only displayed if the corresponding bit value is 1. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |