Rhino 6 batch

Hi,

With Rhino 5 I can:
rhino5x64Int = CreateObject(“Rhino5x64.Application”)
rhino5Int = CreateObject(“Rhino5.Application”)
and will create COM objects.

Is this already possible with Rhino 6?

P.S. is it possible to start this Object with a scheme?

Hi @jordy1989,

http://developer.rhino3d.com/api/rhinoscript/introduction/external_access.htm

You might want to test this with the SR2 RC, as there was a fix in the COM object that you will want to have.

– Dale