Created by: vicdoval
After using the Intersect Edges node (2D) I observed tolerance was needed to avoid the creation of doubled vertices. So I added back intersection tolerance to intersect Edges 2d as it was suggested by @zeffi in the pull request https://github.com/nortikin/sverchok/pull/2001
I updated that change in the Contour2D node as it was depending on it.
Preflight checklist
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. Could you point me where to check what this is? -
Ready for merge.