8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac0a0 commit eade620Copy full SHA for eade620
src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json
@@ -194,12 +194,12 @@
194
},
195
"IfcCourse + IfcCourseType": {
196
"Qto_CourseBaseQuantities": {
197
- "GrossVolume": null,
198
- "Length": null,
199
- "Thickness": null,
200
- "Volume": null,
+ "GrossVolume": "get_gross_volume",
+ "Length": "get_length",
+ "Thickness": "get_height",
+ "Volume": "get_net_volume",
201
"Weight": null,
202
- "Width": null
+ "Width": "get_width"
203
}
204
205
"IfcCovering + IfcCoveringType": {
0 commit comments