I want to let the gh calculate my towers floor area from 10th floor to the top, for each tower
I have solved this when there is only one tower : find the floors, flatten them, sub list the floors in the top half, calculate them
But when there are more towers then one, I can not solve the data tree problem.
The rhino file and gh file shows my work(rhino 4, gh 8.001)
I think I need a help on data tree: for example, if i have the datas like(A,B,C) I want to flatten the B and C but still keep the A draft. So I can sub list the floors and still calculate EACH towers top floor areas