Add calculating functions for Qto_CourseBaseQuantities for IfcCourse elements

This commit is contained in:
Massimo Fabbro
2025-05-31 12:06:25 +02:00
committed by Massimo Fabbro
parent 88ac0a0f6c
commit eade620581
@@ -194,12 +194,12 @@
}, },
"IfcCourse + IfcCourseType": { "IfcCourse + IfcCourseType": {
"Qto_CourseBaseQuantities": { "Qto_CourseBaseQuantities": {
"GrossVolume": null, "GrossVolume": "get_gross_volume",
"Length": null, "Length": "get_length",
"Thickness": null, "Thickness": "get_height",
"Volume": null, "Volume": "get_net_volume",
"Weight": null, "Weight": null,
"Width": null "Width": "get_width"
} }
}, },
"IfcCovering + IfcCoveringType": { "IfcCovering + IfcCoveringType": {