HB ground with lists

Hi @chris

The HB Ground seems to have a different logic for inputting lists of data then most other nodes.
Now I have to graft them first and flatten them afterwards.

Had the same issue before, more than one room, need to graft both rooms and construction, then flatten output rooms.

Hey @Erikbeeren and @Congrui ,

You are right that most of the other components use the Grasshopper “Longest List” logic to align input lists of things with one another. This component just didn’t have it because _soil_constr_ was set to only accept a single value as input. I just made a change to the component so that it uses this list alignment logic:

So you no longer need to use data trees for this case and you can use one component to assign different constructions like so:

3 Likes