I am trying to build a script that will automatically open a specified Rhino file.
Since you can now launch a grasshopper file, I’m looking for a way to embed a path to the corresponding Rhino.
In Python I have tried using Rhino.RhinoDoc.Open() and this works. However, once the new file is open the canvas is locked in a strange way. I cannot move around except via zoom and i can’t interact with components.
I haven’t found any resources so any help would be appreciated.
it works for both python and C#. any ideas what causes this? I suspect that it has to do with how the canvas works and the solution state vs being expired works. Any insight into this would be good.