ModelSubCategoryHiliteMode Type
ModelSubCategoryHiliteMode = "union" | "intersection"
Describes how the sets of hilited models and subcategories in a HiliteSet interact.
- "union" indicates a Feature will be hilited if either its model or its subcategory is present in the HiliteSet.
- "intersection" indicates a Feature will be hilited only if both its model and its subcategory are present in the HiliteSet.
@see modelSubCategoryMode to change the mode for a HiliteSet.
Defined in
- core/frontend/src/SelectionSet.ts Line 177
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.