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