Room Elevations - Naming sequence

Hi all,
My Plans and Elevations from room selection script is almost there, except that I have an error in the naming sequence of the Elevations when multiple rooms are selected. Instead of naming sequentially per Elevation Marker (i.e. 1, 2, 3, 4; 1, 2, 3, 4…), it is naming in sequence 1, 1, 2, 2, 3, 3, 4, 4…
Any ideas very welcome … Thanks


LMA_ROOM_PlanAndElevations_NoViewTypeFilter.dyn (146.1 KB)

Apologies, it’s actually the order that the elevations are created on each elevation marker that is the problem.

Hi @scott.tomlinson !
It looks like it need a List.Transpose node

Hi @Francois_Labonne
Thanks for the pointer. I was actually quite far away from the solution earlier, but the List.Transpose node came in VERY handy. All sorted now, so thanks very much for sending me in the right direction. :grinning: