Being a long time user of Generative Components trying to use
grasshopper i miss the "transpose" command.
I have a point list like this:

0, 1, 2, 3, 4, 5
0, 1, 2, 3, 4, 5
0, 1, 2, 3, 4, 5
0, 1, 2, 3, 4, 5
0, 1, 2, 3, 4, 5

and a want to transpose dimensions to:

1, 1, 1, 1, 1
2, 2, 2, 2, 2
3, 3, 3, 3, 3
4, 4, 4, 4, 4
5, 5, 5, 5, 5

Surely I am not the first in need of this...
how would i go about and do this...? I suppose its quite easy in VB
script, but being used to GC's C# like language, I kinda dont know how
to do this...

thanks...

Tonsgaard

Reply via email to