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": {