10 lines
282 B
YAML
10 lines
282 B
YAML
src: ifc/office.ifc
|
|
|
|
operations:
|
|
- name: Extract storey UG and EG
|
|
command: extract
|
|
input: ifc/office.ifc
|
|
output: ifc/office_storey_UG.ifc
|
|
query: "IfcElement, location = UG + IfcElement, location = EG + IfcSite + IfcGeographicElement"
|
|
|
|
dest: ifc/office_level_0.ifc
|