Hi all...
i have 2 large lists (200 thousand values) (img 1)....and get them sorted out and synchronous to each other with no problem (img 2).....the values from one list are in order (the other list its not in a incrising numeric order), and the "sort list" component gets the correspondent value of the other list....no problem there.....
but now i have to split them in "X" parts and maintain that correspondance like the sort component does.... :S.....
i havent found an elegant way to do it..... this method is very cool......
https://grasshopper3d.ning.com/forum/topics/splitting-list-into-mor... but often crashed rhino and the slider controls the amount of values has before creating a new subset, no directly the amount of parts i want to split the list into......
the divide interval works, but at the time I create an interval from the list values...the list that needs to stay in the original "dis-order" gets (as an interval would do) ordered (img 3)......not allowing me again to "sort" synchronically the values...
i'm all confused now....any ideas??