I’m translating an old RhinoScript over to Python, and it uses GetPointOnLine. The RhinoPython help says this isn’t implemented yet. Will this be implemented in the future? If not, or until it is, is there a way to achieve something similar with RhinoPython?
Hi jhncrr
Try the below script
Ciao Vittorio
Get_Point_On_Line.py (577 Bytes)
Sorry
this is right the other was PointOnCurve
Ciao Vittorio
PointOnLine.py (532 Bytes)