12 lines
220 B
YAML
12 lines
220 B
YAML
src: ifc/office.ifc
|
|
|
|
operations:
|
|
- name: Extract walls
|
|
command: extract
|
|
input: ifc/office.ifc
|
|
output: ifc/office_walls.ifc
|
|
types:
|
|
- IfcWall
|
|
- IfcWallStandardCase
|
|
|
|
dest: ifc/office_walls.ifc
|