Hello everyone,
I am working on my first script in Dynamo, it calculates the intersection between two geometric elements (pipes) and joins them using elbows. My challenge is with automatically iterating over an index in the list of elements.
I want to change the index value from 0 to 1, 2, and so on, without manually adjusting a slider or input. The goal is to automatically iterate through the list and process each element sequentially based on the number of items in the list. (The code block that I want to iterate is in the bottom of the attached image)
Is there a way to automate this index iteration in Dynamo, especially within the Python script or using a external node? Any tips or solutions would be greatly appreciated.
Thank you in advance for your help!