From d5928aaad7053a0da617678473709fe73df59f0a Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 19:23:33 +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/copy_columns.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yaml/copy_columns.yaml diff --git a/yaml/copy_columns.yaml b/yaml/copy_columns.yaml new file mode 100644 index 0000000..db642cb --- /dev/null +++ b/yaml/copy_columns.yaml @@ -0,0 +1,13 @@ +src: ifc/office_level_0.ifc + +operations: + - name: Copy columns by IDs and move 4m inside + command: copy + input: ifc/office_level_0.ifc + output: ifc/office_level_columns.ifc + entity_ids: [17902, 17903, 17904] + x: 4 + y: 0 + z: 0 + +dest: ifc/office_level_columns.ifc