Move grid points random

Hello everyone,
I am working on a project that is going to be 3d printed in thick 4mm layers. See the .jpg to get some idea.

I would like to make a grid I can use with the paneling tool, and shuffle it with the random vectors. (see the grasshopper file)
Without flattening the data structure.

I tried with random attraction, but that does not give me so much controle.
and I tried with creating random vectors, one for every grid point. But than I have to flatten the grid.

How can I use my move grid points vectors in combination with the paneling tool?
Thanks a lot,
Maarten

move grid points random.gh (23.9 KB)

I found out the solution:
I had to use the unflatten tree component to get the data structure back.

1 Like