feat: add office-walls.yaml — extract walls from office.ifc
This commit is contained in:
parent
afd3d20967
commit
f6ea6f830a
1 changed files with 12 additions and 0 deletions
12
yaml/office-walls.yaml
Normal file
12
yaml/office-walls.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Reference in a new issue