How to set different values to multiple imputs?

Hello,

I'm new to Grasshopper, so I tried to search a bit but I don't know much how to name my needs.

I tried to create a tool that puts the area of the room and a text for the floor type when selecting closed curves. That works for the area, but when I want to change the floor type it's applied to all the curves.

I would like to know how can I do some kind of sub-selections to give different floor types to them. I used value list but that may not be the way to go.

I have the same problem if I wanna make a tool that creates pipes with different diameters.

Thanks.

  • up

    tim williams

    Hi Clement,

    Your Text Tag has two points going into it from your Move component, but you only have one text string going into the Text input. You should have two. But it depends how you would like to assign the name to the closed curve. 

    Is it like this?

    If area = x then text = a

    2
    • up

      Clément Rabot

      Any ideas about how to handle this?