8000 Add calculating functions for Qto_CourseBaseQuantities for IfcCourse … · IfcOpenShell/IfcOpenShell@eade620 · GitHub
[go: up one dir, main page]

Skip to content

Commit eade620

Browse files
committed
Add calculating functions for Qto_CourseBaseQuantities for IfcCourse elements
1 parent 88ac0a0 commit eade620

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ifc5d/ifc5d/IFC4X3QtoBaseQuantitiesBlender.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@
194194
},
195195
"IfcCourse + IfcCourseType": {
196196
"Qto_CourseBaseQuantities": {
197-
"GrossVolume": null,
198-
"Length": null,
199-
"Thickness": null,
200-
"Volume": null,
197+
"GrossVolume": "get_gross_volume",
198+
"Length": "get_length",
199+
"Thickness": "get_height",
200+
"Volume": "get_net_volume",
201201
"Weight": null,
202-
"Width": null
202+
"Width": "get_width"
203203
}
204204
},
205205
"IfcCovering + IfcCoveringType": {

0 commit comments

Comments
 (0)
0