ModelSubCategoryHiliteMode Type alias
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 HiliteSet.modelSubCategoryMode to change the mode for a HiliteSet.
ModelSubCategoryHiliteMode = "union" | "intersection"
Defined in
- core/frontend/src/SelectionSet.ts Line 177
Last Updated: 20 June, 2023