Embedding Worksession Files?

Hello.
I am hoping there is a way to quickly embed all files associated with a worksession file into one active file. I work with a team of designers for master plans and using worksessions are an easy way where we can all advance the design simultaneously.
Occassionally, however, we need to export all geometry externally (exp, renderers) as a .dwg file. From my trials, exporting as a .dwg file for the entire plan can only be completed through opening a single active project and then compiling together.
I realize the references will be broken, but what is the quickest way to create a single file from a multiple-file worksession file at any given point of time?
Many thanks in advance

Hi Megan - this might be possible to script - not sure - but I’ll see if I can make something that works. Nothing more straightforward comes to mind I’m afraid.

@megansten6694 here is a simple python that may help - see how that works

ImportWorksessionFiles.py (358 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

2 Likes

Thank you very much, Pascal!
I will give this a try next time we need the .dwg.