rename outputs to duplex_extract.ifc and duplex_modified.ifc
This commit is contained in:
parent
52c6bef713
commit
bc781293a1
1 changed files with 4 additions and 4 deletions
|
|
@ -11,14 +11,14 @@ operations:
|
|||
- name: Extract
|
||||
command: extract
|
||||
input: ifc/duplex.ifc
|
||||
output: ifc/duplex_A102.ifc
|
||||
output: ifc/duplex_extract.ifc
|
||||
type: IfcSpace
|
||||
id: A102
|
||||
- name: Modify
|
||||
command: modify
|
||||
tag: move table
|
||||
input: ifc/duplex_A102.ifc
|
||||
output: ifc/duplex_moved_table.ifc
|
||||
input: ifc/duplex_extract.ifc
|
||||
output: ifc/duplex_modified.ifc
|
||||
element: "168381"
|
||||
x: 2
|
||||
- name: Merge
|
||||
|
|
@ -26,7 +26,7 @@ operations:
|
|||
tag: merge table displacement
|
||||
base: ifc/duplex.ifc
|
||||
space: A102
|
||||
part: ifc/duplex_moved_table.ifc
|
||||
part: ifc/duplex_modified.ifc
|
||||
output: ifc/duplex_modified.ifc
|
||||
- name: History
|
||||
command: history
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue