ElementGeometryInfo Interface
Information provided to ElementGeometryFunction.
Properties
| Name | Type | Description | |
|---|---|---|---|
| bbox | Float64Array | undefined | The element aligned bounding box for the geometry stream stored as 6 values for low/high | |
| brepsPresent | boolean | undefined | If true, geometry stream contained breps that were omitted or replaced as requested | |
| categoryId | string | undefined | ID for the Category, undefined for geometry parts | |
| entryArray | ElementGeometryDataEntry[] | The geometry stream data | |
| sourceToWorld | Float64Array | undefined | A row-major storage 4x3 transform to world coordinate, undefined for geometry parts | |
| viewIndependent | boolean | undefined | If true, geometry displays oriented to face the camera |
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.