Copy-paste from Rhino 7 to MoI3d

 From:  Michael Gibson
9890.40 In reply to 9890.39 
Hi Shane,

re:
> Thanks Michael, the double quotes did the trick! I tried it on some larger files and it seems to be working great.

That's great!

So for the other direction going from MoI into Rhino, you'll need to set up a Python script like the attached one. It appears that Rhino v7 Mac uses the Rhino v6 Mac clipboard format so put target=Rhinov6 as the command-line parameter to the UpdateRhinoClipboard executable inside the .py file.

Then for your paste into Rhino you'll need it set up something like:

RunPythonScript /Applications/RhinoPasteFromMoi.py Paste

- Michael
Attachments: