============================== OCCT Geom2dAPI_InterCurveCurve based intersector does not detect intersection with the endpoint of a tangent line: https://tracker.dev.opencascade.org/view.php?id=30217 This is a work-around that introduces endpoints of secondary curves as intersections, and uses projection to reject projections further away than precision::confusion(). fixes #2463