API Reference > imodeljs-frontend > Tiles > TileVisibility TileVisibility Enumeration Describes the visibility of a tile based on its size and a view frustum. Members Name Value Description OutsideFrustum 0 The tile is entirely outside of the viewing frustum. TooCoarse 1 The tile's graphics are of too low a resolution for the viewing frustum. Visible 2 The tile's graphics are of appropriate resolution for the viewing frustum. Defined in core/frontend/src/tile/Tile.ts Line 567 Last Updated: 11 June, 2024