Téléverser les fichiers vers "yaml"
This commit is contained in:
parent
7b7bb7606e
commit
00ae45fda8
1 changed files with 4 additions and 5 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
src: ifc/office.ifc
|
src: ifc/office.ifc
|
||||||
|
|
||||||
operations:
|
operations:
|
||||||
- name: Extract storey EG
|
- name: Extract storey UG and EG
|
||||||
command: extract
|
command: extract
|
||||||
input: ifc/office.ifc
|
input: ifc/office.ifc
|
||||||
output: ifc/office_storey_EG.ifc
|
output: ifc/office_storey_UG.ifc
|
||||||
type: IfcBuildingStorey
|
query: "IfcElement, location = UG + IfcElement, location = EG + IfcSite + IfcGeographicElement"
|
||||||
id: EG
|
|
||||||
|
|
||||||
dest: ifc/office_storey_EG.ifc
|
dest: ifc/office_storey_UG.ifc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue