Dear All,
Is there a Python function to get the projection of a point to a line or a curve, I have found only functions to project point to a surface or mesh
Best Regards
Dear All,
Is there a Python function to get the projection of a point to a line or a curve, I have found only functions to project point to a surface or mesh
Best Regards
Hello,
is this the same as finding the closest point ? If so then you can use rs.CurveClosestPoint
and rs.EvaluateCurve
-Graham
Thanks so much @Dancergraham !