How to make a grid where the input i for each axis are different and not static?

Hi,

I was wondering how i can make a grid where i can give the extending X and Y but the sizes are different, like first grid size is 4000, second one 4500, third one 4000 etc. Is there a way to do this in Grasshopper or isnt that possible?

It might be similar to what you want.

1 Like

You can use this

grid.gh (10.7 KB)

grid2.gh (13.4 KB)

1 Like

Thanks for the info guys. One more question (again), i want two inputs as numbers, example 0 and 5, and i want to make of those two inputs a list with the numbers between them and the last and first number:

0
1
2
3
4
5

I cant find anything that could help me make this or extract this from the min and max of a slider.

1 Like

You can also use series
123

1 Like