feat: rename ops to extract/modify/merge, add src/dest
This commit is contained in:
parent
30e99a9ed0
commit
438e449197
1 changed files with 14 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
src: ifc/duplex.ifc
|
||||||
|
|
||||||
operations:
|
operations:
|
||||||
- name: List
|
- name: List
|
||||||
command: list
|
command: list
|
||||||
|
|
@ -7,22 +9,27 @@ operations:
|
||||||
input: ifc/duplex.ifc
|
input: ifc/duplex.ifc
|
||||||
ifc_type: IfcSpace
|
ifc_type: IfcSpace
|
||||||
- name: Space A102
|
- name: Space A102
|
||||||
command: space
|
command: extract
|
||||||
input: ifc/duplex.ifc
|
input: ifc/duplex.ifc
|
||||||
output: ifc/duplex_A102.ifc
|
output: ifc/duplex_A102.ifc
|
||||||
space: A102
|
type: IfcSpace
|
||||||
- name: Move table
|
id: A102
|
||||||
command: move
|
- name: Modify
|
||||||
|
command: modify
|
||||||
|
tag: move table
|
||||||
input: ifc/duplex_A102.ifc
|
input: ifc/duplex_A102.ifc
|
||||||
output: ifc/duplex_moved_table.ifc
|
output: ifc/duplex_moved_table.ifc
|
||||||
element: "168381"
|
element: "168381"
|
||||||
x: 2
|
x: 2
|
||||||
- name: Replace A102
|
- name: Merge
|
||||||
command: replace
|
command: merge
|
||||||
|
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_moved_table.ifc
|
||||||
output: ifc/duplex.modified.ifc
|
output: ifc/duplex_modified.ifc
|
||||||
- name: History
|
- name: History
|
||||||
command: history
|
command: history
|
||||||
output: OPERATIONS.md
|
output: OPERATIONS.md
|
||||||
|
|
||||||
|
dest: ifc/duplex_modified.ifc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue