RC Attach files in Worksession

Hi,
Can somebody provide an example of automatic adding of the worksession files to the document?

Thanks,
Dmitriy

Hi Dmitry - just off hand, it does not look like the RC functions support this - @dale, is that correct?

-Pascal

Ok, thanks.
At the moment I am using RunScript for this solution. :slight_smile:

You mean something like _-WorkSession _Attach?

– Dale

Yes, correct.

Hi @Dmitriy,

If you are using RhinoCommon, you can use the RhinoDoc.Worksession property to query informtion about a worksession. But to attached a new document, you’ll need to script the Worksession command for now.

https://mcneel.myjetbrains.com/youtrack/issue/RH-43477

– Dale