mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +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": {
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user