Data Structure Issues

Hey Guys. I’m contouring curved surfaces in order to make window mullions, but I’ve ran into some data structure issues. I want sweep sections through rails. When I move the farthest to the right number slider which is connected to list item, you can see that the sections are selected in order, but the rail is disorganized, resulting in the rail not being assigned to the correct section to perform the sweep. Is there any quick way to organize the rail data so that it is assigned to the correct section? Thank you

GLASS-MULLIONS GH.gh (20.0 KB)

GLASS-MULLIONS GH_re.gh (23.1 KB)

2 Likes

Thank you! So I see there is an easier way to achieve that result :slight_smile: I think the rail list got all messed up when I projected those lines onto the surface because there were many unaccounted for and randomly projected additional lines that I had to remove from the data. Thanks again!