Pixel.Selector Enumeration
Bit-mask by which callers of readPixels specify which aspects are of interest. Aspects not specified will be omitted from the returned data.
Members
| Name | Value | Description |
|---|---|---|
| All | Select all aspects of each pixel. | |
| Contours | Select the ContourHits describing which if any contour line produced each pixel. | |
| Feature | Select the Pixel.Selector.Feature which produced each pixel. | |
| GeometryAndDistance | Select the type and planarity of geometry which produced each pixel as well as the fraction of its distance between the near and far planes. | |
| None |
Defined in
- core/frontend/src/render/Pixel.ts Line 249
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.