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": { "IfcEarthworksCut": {
"Qto_EarthworksCutBaseQuantities": { "Qto_EarthworksCutBaseQuantities": {
"Depth": null, "Depth": "get_height",
"Length": null, "Length": "get_length",
"LooseVolume": null, "LooseVolume": null,
"UndisturbedVolume": null, "UndisturbedVolume": "get_net_volume",
"Weight": null, "Weight": null,
"Width": null "Width": "get_width"
} }
}, },
"IfcEarthworksFill": { "IfcEarthworksFill": {
"Qto_EarthworksFillBaseQuantities": { "Qto_EarthworksFillBaseQuantities": {
"CompactedVolume": null, "CompactedVolume": "get_net_volume",
"Depth": null, "Depth": "get_height",
"Length": null, "Length": "get_length",
"LooseVolume": null, "LooseVolume": null,
"Width": null "Width": "get_width"
} }
}, },
"IfcElectricAppliance + IfcElectricApplianceType": { "IfcElectricAppliance + IfcElectricApplianceType": {