In the first image as u can see I tried to explode a list of two rectangles but got two GOO lists as result.
Like shown in second image I want the output to be two nested lists inside one with different indexiie how a explode component works.
First image :
Like shown in th second image, I’m trying to get 8 vectors in two rectangles I have here, where each vector is drawn from centre of the rectangle towards the midpoint of exploded curve
and note that you are creating a vector g at each iteration, but you’re not saving that vector anywhere, it just gets overwritten at each following iteration, so you will end up with just the last one for each cycle
consider also that if you put True at the end of line 14 (as you have done) your vector will be unitized (length = 1)
please note the above post on how to take proper screenshots, you can also cocpypaste your code in your replies (or even post your messed gh file) to make people life easier