cgal: Dont proceed when not valid after triangulation #6735

This commit is contained in:
Thomas Krijnen
2025-06-13 13:33:42 +02:00
parent d10c176bb6
commit 4b92d7d076
@@ -240,7 +240,7 @@ void ifcopenshell::geometry::CgalShape::Triangulate(ifcopenshell::geometry::Sett
if (!shape_to_use->is_valid()) {
Logger::Message(Logger::LOG_ERROR, "Invalid Polyhedron_3 in object (after triangulation)");
// return;
return;
}
}