changeSubCategoryDisplay Method
Change the visibility of geometry belonging to the specified subcategory when displayed in this viewport.
changeSubCategoryDisplay(subCategoryId: string, display: boolean): void
| Parameter | Type | Description |
|---|---|---|
| subCategoryId | string | The Id of the subcategory |
| display | boolean |
Returns - void
Defined in
- core/frontend/src/Viewport.ts Line 816
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.