Connecting data based on a choice of wall

Hello there,

I’m currently working on a grasshopper script and have some issues. I already have a excel input but now I want to choose which wall with materials I want for my building. the data from excel needs to be pushed to the wall I chose at the beginning of the script. This data eventually needs to be pushed to revit based of my choice.

Hi Nick,

Not quite following your workflow but always happy to take a look.

Please post Rhino.Inside.Revit About info and a small example, ideally the GH file won’t have too many plugins. You can internalize most data to parry down 3rd party plugins. Thanks!!


unfortunately I can’t share the grasshopper file but I already solved the issue. But now I have another issue with connecting the script to human UI. I want to connect the data left from the UI panel to the specific wall I choose that comes out of the value listener. So basicly if you choose a wall the data from that wall goes along with it.

Great! unfortunately i won’t be of much use on HumanUI questions, its been yrs since i’ve messed around with it. There are users successfully using it with Rhino.Inside.Revit, which is impressive considering the UI context switching req’d.

Okay thanks tho!
Anybody else an idea?

Would you be able to provide stripped out sample of what you are trying to achieve exactly.

Is this data inside your excle file and you want to fill/add values to respective wall type parameters? If so, what is the UI purpose or what is it supposed to be doing when you pick something in the dropdown list?

Some more elaboration would be good to try and help you out, and best thing if you can provide a revit file with dummy wall types and an excel file with dummy data, to try and provide you with a working solution.

Yes the data is in excel. But i can’t upload an excel file

The format is not excepted

Also can’t upload a revit file because a dummy file is to big

You can try creating a new revit project and purge all the items from it, add couple wall types and some couple parameter which you need to test. (File should be small size after purging and will allow upload)

As for excel you can even share one row or column of sample data.

As for the main question, what are you expecting to happen after you select something from the dropdown list? Parameters to be filled or?