mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 15:07:38 +00:00
Remove some erroneous or wrong (hopefully) lines on mintol and prec
This commit is contained in:
@@ -4501,9 +4501,7 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a_, const TopTools_L
|
|||||||
|
|
||||||
ShapeFix_Shape fix(r);
|
ShapeFix_Shape fix(r);
|
||||||
try {
|
try {
|
||||||
fix.SetMinTolerance(fuzz);
|
|
||||||
fix.SetMaxTolerance(fuzz);
|
fix.SetMaxTolerance(fuzz);
|
||||||
fix.SetPrecision(fuzz);
|
|
||||||
fix.Perform();
|
fix.Perform();
|
||||||
r = fix.Shape();
|
r = fix.Shape();
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
|
|||||||
Reference in New Issue
Block a user