mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 17:06:29 +00:00
Fix issue building IfcOpenHouse for IFC4
This commit is contained in:
@@ -341,7 +341,7 @@ int main() {
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
#ifdef USE_IFC4
|
#ifdef USE_IFC4
|
||||||
file.instances_by_type<IfcSchema::IfcWallStandardCase>()->generalize(),
|
file.instances_by_type<IfcSchema::IfcWallStandardCase>()->as<IfcSchema::IfcDefinitionSelect>(),
|
||||||
#else
|
#else
|
||||||
file.instances_by_type<IfcSchema::IfcWallStandardCase>()->as<IfcSchema::IfcRoot>(),
|
file.instances_by_type<IfcSchema::IfcWallStandardCase>()->as<IfcSchema::IfcRoot>(),
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user