mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Reset logger product to none
This commit is contained in:
@@ -367,11 +367,13 @@ void IfcGeom::Iterator::create_element_(ifcopenshell::geometry::Converter* kerne
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
if (!brep) {
|
if (!brep) {
|
||||||
|
Logger::SetProduct(boost::none);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto elem = process_based_on_settings(settings, brep);
|
auto elem = process_based_on_settings(settings, brep);
|
||||||
if (!elem) {
|
if (!elem) {
|
||||||
|
Logger::SetProduct(boost::none);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -394,6 +396,8 @@ void IfcGeom::Iterator::create_element_(ifcopenshell::geometry::Converter* kerne
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Logger::SetProduct(boost::none);
|
||||||
}
|
}
|
||||||
|
|
||||||
IfcGeom::Element* IfcGeom::Iterator::process_based_on_settings(ifcopenshell::geometry::Settings settings, IfcGeom::BRepElement* elem, IfcGeom::TriangulationElement* previous)
|
IfcGeom::Element* IfcGeom::Iterator::process_based_on_settings(ifcopenshell::geometry::Settings settings, IfcGeom::BRepElement* elem, IfcGeom::TriangulationElement* previous)
|
||||||
|
|||||||
Reference in New Issue
Block a user