mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Merge branch 'feature/hierarchy' of https://github.com/mitmadness/IfcOpenShell into feature/hierarchy
# Conflicts: # src/ifcconvert/ColladaSerializer.cpp
This commit is contained in:
@@ -603,8 +603,8 @@ int main(int argc, char** argv)
|
||||
while (parent_object != NULL && parent_object->type() != "IfcBuildingStorey" && hasParent)
|
||||
{
|
||||
try { parent_object = context_iterator.getObject(parent_object->parent_id()); }
|
||||
catch (std::exception e)
|
||||
{
|
||||
catch (std::exception e)
|
||||
{
|
||||
std::cout << e.what() << '\n';
|
||||
hasParent = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user