Node: Create middle line between two parallel lines

Hello Dynamo Community,
I am NOT looking for a “workflow” to achieve this, I am looking for some kind of node.
Any ideas?
Thanks in advance to everyone who takes time to read this.

I don’t have a single node, but I have three which will do the trick fairly easily.

  1. A Curve.PointAtParameter with proper lacing and parameter values of 0..1 with the list of curves as the single curve input.
  2. A List.Flatten node to remove the data structure produced by the lacing of #1
  3. A “Line.ByBestFitThoughPoints” node will do the trick

Once gathered you can set up a group or single line of design script to achieve the ‘one node’ you desired. :slight_smile:

thanks Jacob, it worked!

1 Like