mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:06:25 +00:00
Fix breaking Systems UI with IfcElectricalCircuits
This commit is contained in:
@@ -39,6 +39,7 @@ SYSTEM_ICONS = {
|
|||||||
"IfcBuiltSystem": "MOD_BUILD",
|
"IfcBuiltSystem": "MOD_BUILD",
|
||||||
"IfcZone": "CUBE",
|
"IfcZone": "CUBE",
|
||||||
}
|
}
|
||||||
|
SYSTEM_ICONS["IfcElectricalCircuit"] = SYSTEM_ICONS["IfcDistributionCircuit"]
|
||||||
|
|
||||||
|
|
||||||
class BIM_PT_systems(Panel):
|
class BIM_PT_systems(Panel):
|
||||||
|
|||||||
Reference in New Issue
Block a user