From 0f77f11168ede04fedc5d26753452d98dcbb79ca Mon Sep 17 00:00:00 2001 From: Milovann Yanatchkov Date: Mon, 23 Mar 2026 11:11:39 +0100 Subject: [PATCH] feat: add move table and replace A102 pipeline steps --- ifc-commit.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ifc-commit.yaml b/ifc-commit.yaml index cb0ba74..d9793d4 100644 --- a/ifc-commit.yaml +++ b/ifc-commit.yaml @@ -11,3 +11,15 @@ operations: input: ifc/duplex.ifc output: ifc/duplex_A102.ifc space: A102 + - name: Move table + command: move + input: ifc/duplex_A102.ifc + output: ifc/duplex_moved_table.ifc + element: "168381" + x: 2 + - name: Replace A102 + command: replace + base: ifc/duplex.ifc + space: A102 + part: ifc/duplex_moved_table.ifc + output: ifc/duplex.modified.ifc