feat: add move table and replace A102 pipeline steps
This commit is contained in:
parent
5bc0ce4234
commit
0f77f11168
1 changed files with 12 additions and 0 deletions
|
|
@ -11,3 +11,15 @@ operations:
|
||||||
input: ifc/duplex.ifc
|
input: ifc/duplex.ifc
|
||||||
output: ifc/duplex_A102.ifc
|
output: ifc/duplex_A102.ifc
|
||||||
space: A102
|
space: A102
|
||||||
|
- name: Move table
|
||||||
|
command: move
|
||||||
|
input: ifc/duplex_A102.ifc
|
||||||
|
output: ifc/duplex_moved_table.ifc
|
||||||
|
element: "168381"
|
||||||
|
x: 2
|
||||||
|
- name: Replace A102
|
||||||
|
command: replace
|
||||||
|
base: ifc/duplex.ifc
|
||||||
|
space: A102
|
||||||
|
part: ifc/duplex_moved_table.ifc
|
||||||
|
output: ifc/duplex.modified.ifc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue