rename outputs to duplex_extract.ifc and duplex_modified.ifc

This commit is contained in:
Milovann Yanatchkov 2026-03-23 12:10:32 +01:00
parent 52c6bef713
commit bc781293a1

View file

@ -11,14 +11,14 @@ operations:
- name: Extract - name: Extract
command: extract command: extract
input: ifc/duplex.ifc input: ifc/duplex.ifc
output: ifc/duplex_A102.ifc output: ifc/duplex_extract.ifc
type: IfcSpace type: IfcSpace
id: A102 id: A102
- name: Modify - name: Modify
command: modify command: modify
tag: move table tag: move table
input: ifc/duplex_A102.ifc input: ifc/duplex_extract.ifc
output: ifc/duplex_moved_table.ifc output: ifc/duplex_modified.ifc
element: "168381" element: "168381"
x: 2 x: 2
- name: Merge - name: Merge
@ -26,7 +26,7 @@ operations:
tag: merge table displacement tag: merge table displacement
base: ifc/duplex.ifc base: ifc/duplex.ifc
space: A102 space: A102
part: ifc/duplex_moved_table.ifc part: ifc/duplex_modified.ifc
output: ifc/duplex_modified.ifc output: ifc/duplex_modified.ifc
- name: History - name: History
command: history command: history