From 8e129961713159b47d0cbb46143f66dea1bf5e4d Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 17:53:22 +0100 Subject: [PATCH] feat: office-storey.yaml extracts EG+UG storeys, IfcSite, and Gelaende elements --- yaml/office-storey.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/office-storey.yaml b/yaml/office-storey.yaml index 446e7de..2a16d55 100644 --- a/yaml/office-storey.yaml +++ b/yaml/office-storey.yaml @@ -4,7 +4,7 @@ operations: - name: Extract storey UG and EG command: extract input: ifc/office.ifc - output: ifc/office_storey_UG.ifc + output: ifc/office_level_0.ifc query: "IfcElement, location = UG + IfcElement, location = EG + IfcSite + IfcGeographicElement" dest: ifc/office_level_0.ifc