Hoopsnake

Update:

Hoopsnake is now Open Source!

Check out the repo in Github!

Fork it and fix it :)

Hoopsnake is a component that allows feedback loops within Grasshopper.

Can I get data from inside the loop other than the one i receive from feedback/ cumulative feedback

since only the points coming out of curve-end-points component marked '2' is fed to the loop as data, as is needed for the loop to proceed as planned, i am not able to collect the points from the curve-end-points component marked as '1'.

i tried inserting the points into a list, to the indices as dictated by the iteration counter in the Hoopsnake component, but this does not seem to be working.