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 9560e0b commit 8c707f3Copy full SHA for 8c707f3
1 file changed
src/examples/IfcOpenHouse.cpp
@@ -338,7 +338,7 @@ int main() {
338
null,
339
340
#ifdef USE_IFC4
341
- file.instances_by_type<IfcSchema::IfcWallStandardCase>()->generalize(),
+ file.instances_by_type<IfcSchema::IfcWallStandardCase>()->as<IfcSchema::IfcDefinitionSelect>(),
342
#else
343
file.instances_by_type<IfcSchema::IfcWallStandardCase>()->as<IfcSchema::IfcRoot>(),
344
#endif
0 commit comments