Hi All,
I have a list of lists, each element is a list of two points.
I just need to draw lines out of this data. So far I managed to do it but is such a convoluted way (using “List.TakeEveryNthItem”) that I think there must be a better way. Probably with a simple code node…
See screen cap. The original list is on the left; I flatten it, then extract first point / second point by means of two “List.TakeEveryNthItem” nodes.
Any suggestion is welcome,
thank you