I’m working on a script that runs rhino from the command line on a server machine and makes it run a number of things, and I need to get feedback on the status, license, etc…
I’m looking for something like this but for windows:
I would like to give the users information about what’s going on, Since they are running the script from their local machine, they won’t see rhino viewport on the screen.
Sometimes the script can take 1 minute to run, other times (in case of huge files) can take longer and also get stuck for several reasons, so I would like to give feedback like:
Rhino started - license is ok - process 1 started - process 1 done - and so on and so on…
And this can be also useful for me to get track of where the script is having problems…
This is done with Rhino.Compute. When Rhino is started headless many events are logged to the console. You may want to look at the following functions in RhinoCommon