How to find a tangent line between a point (not on a curve) and a curve at the same cplane as it is implemented in Rhino through the Line command with option Tangent > Point? Maybe there is a python solution, can’t find the corresponding method from the line structure of Rhino API.
I have various things that do that but are all done via C# (and you can’t “auto” translate them to P). They work in 2 steps: the first gets an approximation (or many) and the second recursively “refines” the search [kinda a classic bounce solver, that is] until some sort of solution (or many - see image below) within doc tol/atol is/are achieved.
Anyway notify if you want a similar [entry level] take on that matter.
1 Like
No idea why is the .exe appearing… just remove it
then drag and drop the file over your canvas. It appear then on a new “user” tab.
1 Like