Issue with Nested Loops in Anemone

Hello everyone,

I’m trying to use Anemone loops to perform a certain operation, but I’m running into an issue. I have a nested loop inside a main loop. From previous posts, I learned that the main loop should be a normal loop, while the nested loops should be fast loops. However, my script is not working properly.

The main loop should wait for the nested loop to be completed before running a second iteration, but that’s not happening.

I’ve attached my Grasshopper script below. If anyone could take a look and help me figure out what’s going wrong, I would really appreciate it!

Thanks in advance!

Nested Loops_Forum.gh (17.5 KB)

could you please specify what your definition is supposed to do?