From f6ea6f830a8a0b35b8486fe903647c4c9e9842c4 Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 16:56:54 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20add=20office-walls.yaml=20=E2=80=94=20e?= =?UTF-8?q?xtract=20walls=20from=20office.ifc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yaml/office-walls.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 yaml/office-walls.yaml diff --git a/yaml/office-walls.yaml b/yaml/office-walls.yaml new file mode 100644 index 0000000..df1efec --- /dev/null +++ b/yaml/office-walls.yaml @@ -0,0 +1,12 @@ +src: ifc/office.ifc + +operations: + - name: Extract walls + command: extract + input: ifc/office.ifc + output: ifc/office_walls.ifc + types: + - IfcWall + - IfcWallStandardCase + +dest: ifc/office_walls.ifc