API Reference > imodeljs-frontend > Rendering > Pixel > Pixel.GeometryType Pixel.GeometryType Enumeration Describes the type of geometry that produced the Pixel.Data. Members Name Value Description Unknown 0 Pixel.Selector.GeometryAndDistance was not specified, or the type could not be determined. None 1 No geometry was rendered to this pixel. Surface 2 A surface produced this pixel. Linear 3 A point primitive or polyline produced this pixel. Edge 4 This pixel was produced by an edge of a surface. Silhouette 5 This pixel was produced by a silhouette edge of a curved surface. Defined in core/frontend/src/render/Pixel.ts Line 65 Last Updated: 11 June, 2024