28 lines
635 B
YAML
28 lines
635 B
YAML
operations:
|
|
- name: List
|
|
command: list
|
|
input: ifc/duplex.ifc
|
|
- name: List by type
|
|
command: info
|
|
input: ifc/duplex.ifc
|
|
ifc_type: IfcSpace
|
|
- name: Space A102
|
|
command: space
|
|
input: ifc/duplex.ifc
|
|
output: ifc/duplex_A102.ifc
|
|
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
|
|
- name: History
|
|
command: history
|
|
output: HISTORY.md
|