setAlwaysDrawn Method
Specify the Ids of a set of elements which should always be rendered within this view, regardless of category and subcategory visibility.
setAlwaysDrawn(ids: Id64Set, exclusive: boolean = false): void
@see - alwaysDrawn
| Parameter | Type | Description |
|---|---|---|
| ids | Id64Set | The Ids of the elements to always draw. |
| exclusive | boolean | If true, only the specified elements will be drawn. |
Returns - void
Defined in
- core/frontend/src/Viewport.ts Line 1495
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.