Pick object(s) from Revit to bring into Rhino using HumanUI

Hi,

I am working on a script that will eventually be a Grasshopper Player plugin with a Humain UI, and it’ll allow the user to select specific objects from the Revit model, in this cenario a railing, and pull it into Grasshopper, and eventually baking that railing into Rhino, then the user will edit the path, etc and then bring it back to Revit as a railing.

I am currently stuck at finding a solution to create a button that picks the objects from Revit, and I’d prefer to find a solution other than running a python script, but I can understand if there’s no other way.

It would be great if the user selects all the objects that they want to be transferred to Rhino first, then they select the button in Human UI. That way the user can ‘select all instances in view’ for example, or just simply select one object.

I’d really appreciate the help.

Here is another way to get the active selection.

The graphical element can be set to the Active Selection via the right click menu.

This is a perfect solution! Thanks a lot :slight_smile:

1 Like