Project point

How can I project points onto a tilted plane in Grasshopper by dropping lines perpendicular to the Z-axis?

test 1.gh (7.3 KB)

test 1.3dm (48.9 KB)

Not quite sure of the question? If I understand correctly, you just supply a vector to the Project component, in your case it looks like 0,1,0. Or if you’re starting with those points on the top edge, you project onto the XY plane first, then project again along 0,1,0 onto your surface.

Thank you for your interest! I have already found an alternative solution for this task) I used project curve

1 Like

If you just want the points on the edge as your sketch suggests, curveclosestpoint will work.

2 Likes

Hi have you also considered the Pull command in Rhino or rs.PullCurve if using Python they are not view dependant

Hi, I had to do it in grasshopper