I’m trying to run headless Grasshopper and Rhino files to process many Rhino files with the same GH file. I tried using a Local Rhino.Compute that opens the files, but it doesn’t work. Both the GH and Rhino files open problems and I can manipulate their content with C#. But the GH script does not effect the think file.
What I need is to send GH scripts along with rhino files. The aim is to process the Rhino files with the GH files.
Your help is truly appreciated!