Hey!
I have a feeling this would be quite simple for someone to figure out who knows Grasshopper well but I am having some trouble doing it myself as I am a beginner;
I have:
- an imported curve in plan (XY) that is geo located to correspond to other geometry that exists in the model
- an imported curve in elevation (Z) that is not geo located to correspond to a specific point
I need to take the Z information from curve(2) and cross it with curve(1) in order to get a 3 dimensional line. I understand that each curve has a list or set of points (XYZ) I know I need to take the Z information from curve(2) and input it into the (XYZ) of curve(1). The starting point of the newly created curve(3) needs to be the starting point of curve(1)
I want to make a definition for this so that later on I could input different curve(1) and curve(2) to find the resulting curve(3)
…