Menu Align &...

 From:  Michael Gibson
4241.17 In reply to 4241.16 
Hi Pilou, so the way a regular "distribute" function would work is that you would first need to roughly arrange those plates to stack them along the z axis direction. Then you could run the distribute function to get them equally spaced.

But the regular kind of distribute function only adjusts objects from their current locations to be exactly spaced, it is not normal for that kind of function to completely re-arrange things like take a 2D flat grid of objects and then transform that to be a single stack in a different direction - that would be a different kind of distribute function.

- Michael