From 3b3668eedfb9463b7cd114f653bf7cb9adb620c3 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Mon, 30 Oct 2023 22:51:55 -0500 Subject: [PATCH] More IFC class suggestions --- .../util/schema/ifc_classes_suggestions.json | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json b/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json index 878fef47dd..73594a3221 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json +++ b/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json @@ -33,6 +33,26 @@ "name": "Furnace" } ], + "IfcElectricDistributionBoard": [ + { + "name": "Circuit Breaker Panel", + "predefined_type": "DISTRIBUTIONBOARD" + }, + { + "name": "Electrical Panel", + "predefined_type": "DISTRIBUTIONBOARD" + } + ], + "IfcElectricDistributionBoardType": [ + { + "name": "Circuit Breaker Panel", + "predefined_type": "DISTRIBUTIONBOARD" + }, + { + "name": "Electrical Panel", + "predefined_type": "DISTRIBUTIONBOARD" + } + ], "IfcFurniture": [ { "name": "Casework" @@ -57,7 +77,7 @@ ], "IfcGeographicElement": [ { - "name": "Tree" + "name": "Trees" }, { "name": "Plants" @@ -68,7 +88,7 @@ ], "IfcGeographicElementType": [ { - "name": "Tree" + "name": "Trees" }, { "name": "Plants"