feat: add duplex_commit.yaml static showcase pipeline
This commit is contained in:
parent
98554fcb53
commit
d5523cb6f2
1 changed files with 32 additions and 0 deletions
32
yaml/duplex_commit.yaml
Normal file
32
yaml/duplex_commit.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
src: ifc/duplex.ifc
|
||||
|
||||
operations:
|
||||
- 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: WriteHistory
|
||||
command: history
|
||||
write_psets: true
|
||||
- name: ReadHistory
|
||||
command: history
|
||||
input: ifc/duplex_merge.ifc
|
||||
output: ifc/history.json
|
||||
|
||||
dest: ifc/duplex_merge.ifc
|
||||
Loading…
Add table
Reference in a new issue