Call to Rhino 64- bit from script?

I’m trying to call the 64-bit version of Rhino using the following
Set oRhino = GetObject("", “Rhino5.Interface”)
but this starts up a 32-bit version in the background even though I have the 64-bit version open.

I’m calling this from a Catia V5 script running inside a Catia V5 session.

TIA,
Dana

Hi Dana,

You will want to get/creat a Rhino5x64.Application object. Here is an example that might help:

https://github.com/mcneel/rhinoscript/blob/master/TestRhino5Automation.vbs

Hi Dale
Awesome thanks for the example.
Thanks,
Dana