From eade620581ad50c68580be212035de1ee6b8f0de Mon Sep 17 00:00:00 2001 From: Massimo Fabbro Date: Sat, 31 May 2025 12:06:25 +0200 Subject: [PATCH] Add calculating functions for Qto_CourseBaseQuantities for IfcCourse elements --- src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json index 4f99a9748a..596f39a2b5 100644 --- a/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json +++ b/src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json @@ -194,12 +194,12 @@ }, "IfcCourse + IfcCourseType": { "Qto_CourseBaseQuantities": { - "GrossVolume": null, - "Length": null, - "Thickness": null, - "Volume": null, + "GrossVolume": "get_gross_volume", + "Length": "get_length", + "Thickness": "get_height", + "Volume": "get_net_volume", "Weight": null, - "Width": null + "Width": "get_width" } }, "IfcCovering + IfcCoveringType": {