Calculating and Reporting Area of Clustered Surfaces

Hello,
I am very new to Grasshopper and I’m struggling with a specific part of a recipe I am trying to build.
I need to figure out how to manually define the surfaces that are clustered together and then report the total area for the clustered surfaces in the format shown.
I’d be very grateful for any tips or advice this forum could provide.


Calculation and Reporting of Area of Clustered Surfaces.gh (15.9 KB)

Hello,

You could have the ids in the first column separated by a space, or whatever fixed character, read the excel sheet and sum the areas for each group. Then put back data to the same worksheet as you already do.

Calculation and Reporting of Area of Clustered Surfaces.gh (20.2 KB)

1 Like

This looks like it will definitely work!.
Did you really figure that out in less than 5 minutes! :star_struck:
Thank you.

1 Like