Make cell from lines

Hello. I’m a very beginner for grasshopper and I’m trying to make cells from lines that came out from grid structure component.

I’m following a tutorial using ‘square grid’ that has output of cell but I wanted to create grid on the specific surface.

Can anyone help me for this?

1.gh (11.8 KB)

You can give it a try with Quad Panels + Simple Mesh

Simple Mesh Grasshopper Online Document


Panels.gh (15.6 KB)

The mesh can also be created with the native Mesh Surface component

While @martinsiegrist is totally on point, other cases may require/are more easily solved using this native RhinoCommon method (i.e. which is not yet exposed in native Grasshopper components):

Edit: Just had a look at the file and think I’d use something like this:


251017_MeshGridCatenaries_00.gh (17.3 KB)

I’m not sure if there’s a native version (e.g. there is Surface From Points for making surfaces), but I certainly use my meshGrid Python a whole lot at work. It would probably be useful with a fully native component.


Srf_Grid.gh (13.2 KB)