mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Add calculating functions for Qto_CourseBaseQuantities for IfcCourse elements
This commit is contained in:
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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user