From 09631e9565334ce3f55bca3ec8982917d59b5c86 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 19 Dec 2021 22:01:07 +0100 Subject: [PATCH] Remove some erroneous or wrong (hopefully) lines on mintol and prec --- src/ifcgeom/IfcGeomFunctions.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index acff36a0ee..7fca2e3a1c 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -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 (...) {