Hello, I’ve recently been looking at automating Rhino operations in order to assist in automated testing of our Rhino plugin.
I was wondering if there is a recommended way to inspect the internal state of Rhino? Ideally I’d like to do things like “Get list of loaded plugins”, “send command”, etc.
I see that there is a large resource of application APIs in RhinoCommon Python docs (this is available via IronPython, right?) https://developer.rhino3d.com/api/RhinoScriptSyntax/
Are there any samples about exposing some external interface (command interface, simple REST API, etc) to at least call the RhinoCommon API from outside the Rhino context? If not, do I get at least full access to the host filesystem from within Rhino’s Python (so I could json.dump()
some results of tests for example).
Thanks! I’m new to Rhino but the amount of flexibility looks incredible so far.
1 post - 1 participant