From 438e449197533ed27ea70126b668d96e41c4732f Mon Sep 17 00:00:00 2001 From: Milovann Yanatchkov Date: Mon, 23 Mar 2026 11:45:31 +0100 Subject: [PATCH] feat: rename ops to extract/modify/merge, add src/dest --- ifc-commit.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/ifc-commit.yaml b/ifc-commit.yaml index 761c9f5..3a4d0dc 100644 --- a/ifc-commit.yaml +++ b/ifc-commit.yaml @@ -1,3 +1,5 @@ +src: ifc/duplex.ifc + operations: - name: List command: list @@ -7,22 +9,27 @@ operations: input: ifc/duplex.ifc ifc_type: IfcSpace - name: Space A102 - command: space + command: extract input: ifc/duplex.ifc output: ifc/duplex_A102.ifc - space: A102 - - name: Move table - command: move + type: IfcSpace + id: A102 + - name: Modify + command: modify + tag: move table input: ifc/duplex_A102.ifc output: ifc/duplex_moved_table.ifc element: "168381" x: 2 - - name: Replace A102 - command: replace + - name: Merge + command: merge + tag: merge table displacement base: ifc/duplex.ifc space: A102 part: ifc/duplex_moved_table.ifc - output: ifc/duplex.modified.ifc + output: ifc/duplex_modified.ifc - name: History command: history output: OPERATIONS.md + +dest: ifc/duplex_modified.ifc