Headless Rhino and Grasshopper Batch Process

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!

@AndyPayne
The SampleGHSolve is returning a 404. I’m not sure what I can do. I updated all the repos though.

EDIT:
sample code issue solved. removed the “/” from the end of the WebAddress
ComputeServer.WebAddress = “http://localhost:6500/”;

1 Like