From d5523cb6f28e1a775281446415b67f70165d845e Mon Sep 17 00:00:00 2001 From: Milovann Yanatchkov Date: Tue, 24 Mar 2026 08:39:19 +0100 Subject: [PATCH] feat: add duplex_commit.yaml static showcase pipeline --- yaml/duplex_commit.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 yaml/duplex_commit.yaml diff --git a/yaml/duplex_commit.yaml b/yaml/duplex_commit.yaml new file mode 100644 index 0000000..11c00bb --- /dev/null +++ b/yaml/duplex_commit.yaml @@ -0,0 +1,32 @@ +src: ifc/duplex.ifc + +operations: + - name: Extract + command: extract + input: ifc/duplex.ifc + output: ifc/duplex_extract.ifc + type: IfcSpace + id: A102 + - name: Modify + command: modify + tag: move table + input: ifc/duplex_extract.ifc + output: ifc/duplex_modified.ifc + element: "168381" + x: 2 + - name: Merge + command: merge + tag: merge table displacement + base: ifc/duplex.ifc + space: A102 + part: ifc/duplex_modified.ifc + output: ifc/duplex_merge.ifc + - name: WriteHistory + command: history + write_psets: true + - name: ReadHistory + command: history + input: ifc/duplex_merge.ifc + output: ifc/history.json + +dest: ifc/duplex_merge.ifc