From b4aeb62f7b2cc8aee4100e1d1945f990c4a007b8 Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 17:08:01 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20add=20office-storey.yaml=20=E2=80=94=20?= =?UTF-8?q?extract=20storey=20UG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yaml/office-storey.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 yaml/office-storey.yaml diff --git a/yaml/office-storey.yaml b/yaml/office-storey.yaml new file mode 100644 index 0000000..0f45b7c --- /dev/null +++ b/yaml/office-storey.yaml @@ -0,0 +1,11 @@ +src: ifc/office.ifc + +operations: + - name: Extract storey UG + command: extract + input: ifc/office.ifc + output: ifc/office_storey_UG.ifc + type: IfcBuildingStorey + id: UG + +dest: ifc/office_storey_UG.ifc