Skip to content

Commit bd556c6

Browse files
author
bonsaiPR automation
committed
Merge remote-tracking branch 'pr-8393/fix-6508-geography-element-qto' into build-0.8.6-alpha2608091055
2 parents 69f94f6 + e6ceeb3 commit bd556c6

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

src/ifc5d/ifc5d/IFC4QtoBaseQuantities.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,16 @@
326326
"Width": null
327327
}
328328
},
329+
"IfcGeographicElement": {
330+
"EQto_GeographicElementBaseQuantities": {
331+
"Depth": "net_get_z",
332+
"GrossArea": "gross_get_footprint_area",
333+
"GrossVolume": "gross_get_volume",
334+
"NetArea": "net_get_footprint_area",
335+
"NetVolume": "net_get_volume",
336+
"Perimeter": "net_get_footprint_perimeter"
337+
}
338+
},
329339
"IfcHeatExchanger": {
330340
"Qto_HeatExchangerBaseQuantities": {
331341
"GrossWeight": null

src/ifc5d/ifc5d/IFC4QtoBaseQuantitiesBlender.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,16 @@
326326
"Width": "get_width"
327327
}
328328
},
329+
"IfcGeographicElement": {
330+
"EQto_GeographicElementBaseQuantities": {
331+
"Depth": "get_height",
332+
"GrossArea": "get_gross_footprint_area",
333+
"GrossVolume": "get_gross_volume",
334+
"NetArea": "get_net_footprint_area",
335+
"NetVolume": "get_net_volume",
336+
"Perimeter": "get_gross_perimeter"
337+
}
338+
},
329339
"IfcHeatExchanger": {
330340
"Qto_HeatExchangerBaseQuantities": {
331341
"GrossWeight": null

src/ifc5d/ifc5d/IFC4X3QtoBaseQuantities.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,16 @@
371371
"Width": null
372372
}
373373
},
374+
"IfcGeographicElement + IfcGeographicElementType": {
375+
"EQto_GeographicElementBaseQuantities": {
376+
"Depth": "net_get_z",
377+
"GrossArea": "gross_get_footprint_area",
378+
"GrossVolume": "gross_get_volume",
379+
"NetArea": "net_get_footprint_area",
380+
"NetVolume": "net_get_volume",
381+
"Perimeter": "net_get_footprint_perimeter"
382+
}
383+
},
374384
"IfcGeotechnicalStratum": {
375385
"Qto_ArealStratumBaseQuantities": {
376386
"Area": null,

src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,16 @@
371371
"Width": "get_width"
372372
}
373373
},
374+
"IfcGeographicElement + IfcGeographicElementType": {
375+
"EQto_GeographicElementBaseQuantities": {
376+
"Depth": "get_height",
377+
"GrossArea": "get_gross_footprint_area",
378+
"GrossVolume": "get_gross_volume",
379+
"NetArea": "get_net_footprint_area",
380+
"NetVolume": "get_net_volume",
381+
"Perimeter": "get_gross_perimeter"
382+
}
383+
},
374384
"IfcGeotechnicalStratum": {
375385
"Qto_ArealStratumBaseQuantities": {
376386
"Area": null,

0 commit comments

Comments
 (0)