Project point to line or curve

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 :confused:

Best Regards

Hello,

is this the same as finding the closest point ? If so then you can use rs.CurveClosestPoint and rs.EvaluateCurve

-Graham

1 Like

Thanks so much @Dancergraham !