mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
Fixes after merge
This commit is contained in:
@@ -197,7 +197,7 @@ std::vector<express::Base> mapping::find_openings(const express::Base& inst) {
|
||||
// Only aggregation, not nesting is considered.
|
||||
break;
|
||||
}
|
||||
express::Base rel_obdef;
|
||||
IfcSchema::IfcObjectDefinition rel_obdef;
|
||||
try {
|
||||
rel_obdef = decomposes.front().as<IfcSchema::IfcRelAggregates>().RelatingObject();
|
||||
} catch (const std::exception&) {
|
||||
|
||||
Reference in New Issue
Block a user