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 | undefined | () => void | ||
| isActive Accessor StaticReadOnly | 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: 30 November, 2023