Linked IFC models - hotkey to hide selected geometry

Demo - https://files.catbox.moe/aok74w.mp4
This commit is contained in:
Andrej730
2026-03-05 16:59:15 +05:00
parent 9d0c172a53
commit 3a59425a64
8 changed files with 219 additions and 32 deletions
@@ -40,7 +40,7 @@ APPENDABLE_ASSET = Literal[
"IfcProfileDef",
"IfcPresentationStyle",
]
APPENDABLE_ASSET_TYPES = get_args(APPENDABLE_ASSET)
APPENDABLE_ASSET_TYPES: tuple[APPENDABLE_ASSET, ...] = get_args(APPENDABLE_ASSET)
MATERIAL_SETS = ("IfcMaterialLayerSet", "IfcMaterialConstituentSet", "IfcMaterialProfileSet")