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:
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue