mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
More verbosity adjustments
This commit is contained in:
@@ -188,7 +188,7 @@ private:
|
|||||||
|
|
||||||
TopTools_ListOfShape results;
|
TopTools_ListOfShape results;
|
||||||
if (kernel_->wire_intersections(wire, results)) {
|
if (kernel_->wire_intersections(wire, results)) {
|
||||||
Logger::Error("Self-intersections with " + boost::lexical_cast<std::string>(results.Extent()) + " cycles detected", loop);
|
Logger::Warning("Self-intersections with " + boost::lexical_cast<std::string>(results.Extent()) + " cycles detected", loop);
|
||||||
kernel_->select_largest(results, wire);
|
kernel_->select_largest(results, wire);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user