ProjectExtentsDecoration Class @beta
Methods
| Name | Description | |
|---|---|---|
| constructor(iModel: IModelConnection): ProjectExtentsDecoration | ||
| decorate(context: DecorateContext): void | ||
| stop(): void Protected | ||
| updateDecorationListener(add: boolean): void Protected | ||
| toggle(imodel: IModelConnection, enabled?: boolean): boolean Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| _extents Protected | Range3d | ||
| _removeDecorationListener Protected | () => void | undefined | ||
| isActive Accessor Static ReadOnly | boolean | ||
| useCachedDecorations Readonly | "true" | This will allow the render system to cache and reuse the decorations created by this decorator's decorate() method. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.