Copy-paste from Rhino 7 to MoI3d

 From:  Michael Gibson
9890.28 In reply to 9890.27 
Hi Burr, yes that's correct. Although you would remove the end part of the script above (moi.command.execCommand( 'paste' ) ) if you wanted to do the paste separately.

When the UpdateRhinoClipboard.exe program is run, it will look in the system clipboard and if it finds Rhino v7 (or v6) 3DM data there but no Rhino v5 data it will generate the Rhino v5 format from the v7 data and put it in the clipboard. Once that has been done then pasting into MoI will work.

At some point I'll probably be able to update the OpenNURBS library used directly by MoI to v7. There has been a lot of changes in it though so it will need some careful work to make sure nothing that MoI relies on itself gets broken during the update. And since compatibility is being broken on every version release it's kind of a never ending thing that I'm getting tired of chasing.

- Michael