Remove some erroneous or wrong (hopefully) lines on mintol and prec

This commit is contained in:
Thomas Krijnen
2021-12-19 22:01:07 +01:00
parent e9bb70f56b
commit 09631e9565
-2
View File
@@ -4501,9 +4501,7 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a_, const TopTools_L
ShapeFix_Shape fix(r);
try {
fix.SetMinTolerance(fuzz);
fix.SetMaxTolerance(fuzz);
fix.SetPrecision(fuzz);
fix.Perform();
r = fix.Shape();
} catch (...) {