From 266cc32336d7cc3cf83616d0d0afcb144e2096e6 Mon Sep 17 00:00:00 2001 From: Massimo Fabbro Date: Mon, 21 Apr 2025 10:32:05 +0200 Subject: [PATCH] Add calculating functions for earthworks --- .../ifc5d/IFC4X3QtoBaseQuantitiesBlender.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json index 439d502cc2..4f99a9748a 100644 --- a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json +++ b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json @@ -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": {