Is it possible to run a rhino script from a background thread? I am getting an error:
Attempted to read or write protected memory.
I am working on plugin development in which c# plugin has to process a .3dm file and at the end of it open this .3dm file.
The processing happens on a background thread.. And when the processing is complete it runs a script to open this file from this background thread.
I have tried running very simple script such as _new and others which does not require any inputs on background thread. But all of them throw the same error.
Thanks for your help..
Tags: C#, Multithreading, Script, Threading, plugin
-
▶ Reply to This