mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
#3305 one more iteration on lower fuzziness level for boolean ops
This commit is contained in:
@@ -845,7 +845,7 @@ bool IfcGeom::util::boolean_operation(const boolean_settings& settings, const To
|
||||
}
|
||||
|
||||
if (fuzziness < 0.) {
|
||||
fuzziness = settings.precision / 10.;
|
||||
fuzziness = settings.precision / 100.;
|
||||
}
|
||||
|
||||
// @todo, it does seem a bit odd, we first triangulate non-planar faces
|
||||
|
||||
Reference in New Issue
Block a user