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.
- A Curve.PointAtParameter with proper lacing and parameter values of
0..1
with the list of curves as the single curve input. - A List.Flatten node to remove the data structure produced by the lacing of #1
- 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.
thanks Jacob, it worked!
1 Like