Hi,
I'm trying to create a series of surfaces from this grid of points.
joining points (0,1,7,6) (1,2,8,7) etc ...
I have managed to do this using evaluation and creating points by doing x+1, x+7, x+6 and then creating a surface from 4 points. But the problem is when I reach the end of the line I don't know how to create a 'if' comment to say don't join points (5,6,12,11) does anyone know how to do this?
Also how can I make the script parametric so that regardless of how many points in the x and y directions the surfaces drawn are still correct?
Thanks very much.
Joe