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)
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.
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