From 00ae45fda8343f5bdcb53f2df0395466e76bf830 Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 17:37:16 +0100 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"yaml"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yaml/office-storey.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/yaml/office-storey.yaml b/yaml/office-storey.yaml index 0198264..45cbba3 100644 --- a/yaml/office-storey.yaml +++ b/yaml/office-storey.yaml @@ -1,11 +1,10 @@ src: ifc/office.ifc operations: - - name: Extract storey EG + - name: Extract storey UG and EG command: extract input: ifc/office.ifc - output: ifc/office_storey_EG.ifc - type: IfcBuildingStorey - id: EG + output: ifc/office_storey_UG.ifc + query: "IfcElement, location = UG + IfcElement, location = EG + IfcSite + IfcGeographicElement" -dest: ifc/office_storey_EG.ifc +dest: ifc/office_storey_UG.ifc