Array of different objects (e.g. list of objects)

Hello everyone,

I’d like to distribute a list of objects on an array. As an example, i made a list of polygons with different numbers of segments, which i want to distribute on a linear array in the same order as the list.
I thought this was simple, but i didn’t get it and couldn’find anything in the forum. Maybe someone can help me or show me the forum-entry that I overlooked!

Rhino Version 5 SR14 64-bit (5.14.522.8390, 05/22/2017)
GH Version 0.9.0076


arrayobjects.gh (4.0 KB)

Use Move instead of Array.

arrayobjects_re.gh (9.3 KB)

1 Like

Ha! Thank you very much!