Curves intersection

Bonjour, Lorsqu’on crée l’intersection d’une courbe et d’une ligne on peut obtenir la position du point d’intersection sur la ligne et sur la courbe (dans Line Length et Curve Length). Mais quand on crée l’intersection de deux courbes on n’obtient pas ces renseignements. Est qu’il serait possible de rajouter cette fonctionnalité ?

2 Likes

This topic has been discussed before. In fact there’s an open issue on Github, and there was an attempt to implement this feature by someone else awhile ago. There are some technical issues with how the Point intersect curves works compared to the Intersect Curve and LIne. The Intersect Curves has to “cut” both curves to provide 4 curves segments. There’s also as I recall an issue with the fact an “arc” is also considered a curve.

At any rate I made a note to myself to check and see if I have a better idea how to make it work now that I understand the code much more than I did back then.

3 Likes