Comment by Jaeman PARK on September 7, 2010 at 6:13pm
Thanks, nice work!
How about changing 86th line a little bit
For i = j * (nStep + 1) To nStep * (j + 1) + j
=> For i = j * nStep To (nStep - 1) * (j + 1) + j
I think the last one actually shows numbers of step.
You need to be a member of Grasshopper to add comments!