First thank you for anyone who is willing to spend some time to help me.
I am writing an algorithm for a civil engineering problem.
The base idea is that I copy the end geometry multiple times with different configuration therefore when I connect the results to a FEM software I don’t have to iterate the calculations, all solutions will be presented the same time.
I had no issue creating the script for a single geometry but I cannot work around the database management for multiple solutions.
I have uploaded the GH script for the simplified version, and the one where I got stuck. (I have also deleted any relevant part of the script for easier understanding)