Hi,

I have a non-flat surface that I want to draw a line on top of (following the contour of the surface).

In other words, I have 2D coordinates for the line (x,y), and I want to project the line onto a 3D surface (x,y,z). Does anyone know how I can go about doing this?

Thanks!