From c40ecdd550fa08c347422cd422bcacae5915e6e1 Mon Sep 17 00:00:00 2001 From: Louis Casteleyn <73949503+lfcastel@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:32:28 +0100 Subject: [PATCH] deleted deprecated entities for v1.4 (#6511) --- .../ifcopenshell/util/ifc4_to_brick.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/ifc4_to_brick.json b/src/ifcopenshell-python/ifcopenshell/util/ifc4_to_brick.json index 5c07e00bf7..b8fba566ed 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/ifc4_to_brick.json +++ b/src/ifcopenshell-python/ifcopenshell/util/ifc4_to_brick.json @@ -26,11 +26,5 @@ "IfcFlowMeter.GASMETER": "Gas_Meter", "IfcFlowMeter.WATERMETER": "Water_Meter", "IfcElectricMotor": "Motor", - "IfcSolarDevice.SOLARPANEL": "PV_Panel", - "IfcBuilding": "Building", - "IfcBuildingStorey": "Floor", - "IfcSpace": "Space", - "IfcSpatialZone": "Zone", - "IfcSpatialZone.THERMAL": "HVAC_Zone", - "IfcSpatialZone.LIGHTING": "Lighting_Zone" + "IfcSolarDevice.SOLARPANEL": "PV_Panel" }