collectTileGeometry Method
Beta
Populate TileGeometryCollector.polyfaces with geometry obtained from this tile tree's tiles satisfying the collector's criteria. The base implementation does nothing.
collectTileGeometry(_collector: TileGeometryCollector): void
see TileTreeReference.createGeometryTreeReference to attempt to create a TileTree that can collect geometry.
| Parameter | Type | Description |
|---|---|---|
| _collector | TileGeometryCollector |
Returns - void
Defined in
- core/frontend/src/tile/TileTree.ts Line 196
Last Updated: 30 November, 2023