Importing or Linking Revit files using Rhino.inside

Hi,

I have a multiple revit files on my local machine and I want to open specific elements from them at the same time using Rhino Inside.
I initially tried linking files on Revit, but this approach became very cumbersome, especially as the number of files increased and many of them have very similar names.

I am now looking for a more efficient method to import or merge multiple Revit files in Grasshopper (Rhino Inside). Is there a recommended workflow or toolset for handling this kind of multi-file access?

Any suggestions or guidance would be greatly appreciated.
Thank you.

Amaraa~

Hi @amaraa,

You can use the API method to link the Revit files automatically:

Alternatively, you can open multiple Revit files in the same project instance and access specific Revit files using the Open Documents node.

Hello,
I’ve tried the Open Documents but it’s not able to detect other open revit files somehow.
Nonetheless, I’ll try the Create Method you suggested above.

Thank you very much~