Parametric grid

Hi All,

Does anyone know how to make a parametric grid surface that gradually scales up in grasshopper?

somthing like this image :

Hi
The distance between lines based on what?

Try with this
grid.gh (18.3 KB)

1 Like

thanks but how can i turn them into surface?

You need to sort the curves than use Network Surface

grid2.gh (20.0 KB)

I meant turning each small square into a surface. SO the finale results will be a list of rectangular surfaces. Currently there is just one surface

You can create a surface from the edges than split it with the curve
It’s easy and i am sure there are many methods to do that

grid3.gh (18.2 KB)

You can use Pufferfish “Parameter Subdivide Surface” component.


SymGrid.gh (9.8 KB)

3 Likes

thank you

That’s great thank you

1 Like

Your components always very helpful; thanks Michael

1 Like