From 04b700118e7e2dfde719ba3d55f30c4cc071f97a Mon Sep 17 00:00:00 2001 From: rvba Date: Mon, 23 Mar 2026 16:34:06 +0100 Subject: [PATCH] feat: add yaml/ pipeline directory (duplex + office) --- yaml/duplex.yaml | 36 ++++++++++++++++++++++++++++++++++++ yaml/office.yaml | 8 ++++++++ 2 files changed, 44 insertions(+) create mode 100644 yaml/duplex.yaml create mode 100644 yaml/office.yaml diff --git a/yaml/duplex.yaml b/yaml/duplex.yaml new file mode 100644 index 0000000..86357ae --- /dev/null +++ b/yaml/duplex.yaml @@ -0,0 +1,36 @@ +src: ifc/duplex.ifc + +operations: + - name: List + command: list + input: ifc/duplex.ifc + - name: List by type + command: info + input: ifc/duplex.ifc + ifc_type: IfcSpace + - 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: History + command: history + output: OPERATIONS.md + yaml_src: yaml/duplex.yaml + +dest: ifc/duplex_merge.ifc diff --git a/yaml/office.yaml b/yaml/office.yaml new file mode 100644 index 0000000..a0cafe8 --- /dev/null +++ b/yaml/office.yaml @@ -0,0 +1,8 @@ +src: ifc/office.ifc + +operations: + - name: List + command: list + input: ifc/office.ifc + +dest: ifc/office.ifc