Loop in Grasshopper

Hey All,

I am trying to create a loop in grasshopper. Initially, i had a line and i drew a circle at the start point at the line, i intend to draw 7 loops based on the intersection point of last. After the last iteration, i intend to send the results to cluster output, however it did not do so.

Loop.gh (15.5 KB)

Lopping plug-ins cannot be in clusters, Anemone, Hoopsnake, Kangaroo, etc. Clusters solve one time. You will need to script that loop if you want it in a cluster.

How do i scrip that loop in GH?

You can use either C#, VB, or Python. The script components are in the Maths > Script tab