Thanks, Chris!
I put a slider into the U-count and tried values from 1 to 60 (I have 9 input curves). I get surfaces at 2, 4, 8, 19, and 38. All are nonsensical surfaces though...
wim
are on their own paths, but the first branch contains 3 curves and the second one 2 curves. If you want the same result for all pairs of curves you'd need to split up the first and second branches, so that all curves are on their own branch.…
Added by Lars Renklint at 4:33am on September 6, 2009
Branch Address in the form {0;1;2;3;4;5;6;7;8;9;.......;N}
Try Grafting the input (I) Create Path by right clicking on it and selecting graft from the context menu…
in the desired order.
0 = 0
1 = 1
2 = 6
3 = 7
4 = 8
5 = 9
6 = 12
7 = 13
8 = 2
9 = 3
10 = 4
11 = 5
12 = 10
13 = 11
Where the first number is the index and the second number is the actual sorting key. Then you sort these keys while sorting your curves in parallel using the A input of the Sort component.
--
David Rutten
david@mcneel.com
Poprad, Slovakia…