Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use it to open files #122

Open
moinnagani1 opened this issue Jun 7, 2024 · 1 comment
Open

Use it to open files #122

moinnagani1 opened this issue Jun 7, 2024 · 1 comment

Comments

@moinnagani1
Copy link

Is there a way to keep a previously opened file open in Revit? I want to compile a list of files and then initiate a batch process that will open these files in multiple instances of Revit. Once a Revit file is opened, it should remain open and not close. Is this or something similar possible?

Simple workflow

provide list cloud or local
Choose worksets on or off
Choose in single session or revit instance
start opening file
Once file is open do not close start opening next file
It would b best if all files in the list can be opened at once
I’ve tried manipulating script files to achieve this but so faar it opens single file then i break the terminat process command so it dosent close the revit
But it dosent open the next model keep waiting for current revit session to close any suggestions to bypass this please?

thank you

@petersmithfromengland
Copy link
Contributor

Hi @moinnagani1

There is no means to accommodate this currently. The model will close at the end of the task script for each model in the model list.

Could you just make the list of models to process just one (a source model lets say) and then the first line of your task script is to background open all of the other (lets assume destination) models. Then you can do whatever you need to with all of them open

Would that satisfy your needs?

Cheers, Pete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants