Open revit project file trough dynamo

I would like to open a existing revit project while i’m in another project. (foreground)

Something like this but this is background perhaps?

I don’t think this can work simply because of how Dynamo is set up. Dynamo specifically runs over a specific file, it doesn’t work without an opened Revit file and issues can be caused when you start changing the opened Revit file with Dynamo open.

you might also want to have a look here:

@PauLtus thats good. I want to open a “package file” (this contains familys etc which can be copy/paste in to the project)

When i run the script ill be in a project file (.rvt)

It just needs to open another .rvt to foreground so the user doest have to browse through the complete file path.

@Marcel_Rijsmus i did check that but didnt get it to work. If you think this could be a solution, i could use some help :slight_smile:

@erfajo Would it be possible to open in the foreground to? So the user can manualy copy paste elements?

It is a big collection :smile: