From 41c6830ee0a348f095afb48b10b5f7439c41bd6d Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Wed, 6 Sep 2023 20:13:55 -0500 Subject: [PATCH] Update ifc_classes_suggestions.json --- .../util/schema/ifc_classes_suggestions.json | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 562e92fa49..878fef47dd 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json +++ b/src/ifcopenshell-python/ifcopenshell/util/schema/ifc_classes_suggestions.json @@ -55,6 +55,28 @@ "name": "Signage" } ], + "IfcGeographicElement": [ + { + "name": "Tree" + }, + { + "name": "Plants" + }, + { + "name": "Shrubs" + } + ], + "IfcGeographicElementType": [ + { + "name": "Tree" + }, + { + "name": "Plants" + }, + { + "name": "Shrubs" + } + ], "IfcPlate": [ { "name": "Glazing" @@ -114,4 +136,4 @@ "name": "Pane" } ] -} \ No newline at end of file +}