Skip to content

Commit 9411a1d

Browse files
committed
#3305 one more iteration on lower fuzziness level for boolean ops
1 parent 6a287ce commit 9411a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifcgeom_schema_agnostic/boolean_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ bool IfcGeom::util::boolean_operation(const boolean_settings& settings, const To
845845
}
846846

847847
if (fuzziness < 0.) {
848-
fuzziness = settings.precision / 10.;
848+
fuzziness = settings.precision / 100.;
849849
}
850850

851851
// @todo, it does seem a bit odd, we first triangulate non-planar faces

0 commit comments

Comments
 (0)