Hi Guys,
Thanks for the responses.
I could get the relative item to work with the ‘line’ command, but it still doesn’t interpolate the curve because it isn’t restructuring/remapping the points.
(I know there are other ways of achieving the form and getting the points, but my points come from panels on a surface lofted from two circles, so I have to work with the structure I have currently. And yes, there are a lot of irrelevant GIS components I had been playing around with in this file)
What I am really trying to do is get items from a tree in this pattern:
{a}(0),{b}(1),{c}(2),{d}(3),{e}(4),{f}(5),{g}(6),{h}(7),{I}(8) - interpolated curve through points
{b}(0),{c}(1),{d}(2),{e}(3),{f}(4),{g}(5),{h}(6),{i}(7),{k}(8)) - interpolated curve through points
{c}(0),{d}(1),{e}(2),{f}(3),{g}(4),{h}(5),{i}(6),{k}(7),{L}(8)) - interpolated curve through points
Etc…
That should allow me to select the points in the correct sequence. I’m sure there is a way of telling grasshopper to grab items in this pattern (and Ideally restructuring the data), I just don’t know how.