Closed MatthiasJ1 closed 9 months ago
Related to Issue #328
I think the issue is that after OCCT found the right intersection, the filter in Edge.intersections
does a exact comparison instead of taking the tolerance again into account.
I think the following change should be applied:
Thanks @MatthiasJ1 and @bernhard-42, tolerance was indeed the problem, fixed now.