Add calculating functions for earthworks

This commit is contained in:
Massimo Fabbro
2025-04-21 10:32:05 +02:00
committed by Massimo Fabbro
parent f8ad05cb54
commit 266cc32336
@@ -265,21 +265,21 @@
},
"IfcEarthworksCut": {
"Qto_EarthworksCutBaseQuantities": {
"Depth": null,
"Length": null,
"Depth": "get_height",
"Length": "get_length",
"LooseVolume": null,
"UndisturbedVolume": null,
"UndisturbedVolume": "get_net_volume",
"Weight": null,
"Width": null
"Width": "get_width"
}
},
"IfcEarthworksFill": {
"Qto_EarthworksFillBaseQuantities": {
"CompactedVolume": null,
"Depth": null,
"Length": null,
"CompactedVolume": "get_net_volume",
"Depth": "get_height",
"Length": "get_length",
"LooseVolume": null,
"Width": null
"Width": "get_width"
}
},
"IfcElectricAppliance + IfcElectricApplianceType": {