I’m new to grasshopper. I am trying to sort the surface area by size using gh. At the moment, I manage to sort the area in list by panel. (in the grasshopper window)
Is it possible to use gh arranging the surfaces visually instead of numerically in ascending order like those grey surfaces?
The Sort Component has the ability to add additional input, all sorted synchronously. So the initial key is the Area, A is the center point, B is the geometry. All sorted by the original numeric value of Area.
You could just put the geometry into A and generate a center point after. The important thing is that you are working with similarly sorted info.
Just the last question: I’m actually trying to sort the massing area on a map, which has some 200 buildings.
Instead of showing it as a list which is a bit too long, when I try to graft Y to make it a gird, the surfaces just repeat themselves. Is there a way to make it into a grid form?
Many thanks:grinning: