MOI "2D" ?

 From:  Michael Gibson
10017.5 In reply to 10017.4 
Hi dfroster, I'm glad MoI is useful for you!

For others interested in copy/paste to 2D vector apps, these are the shortcuts you can set up:

For putting PDF format on the clipboard from MoI:

script: /* Copy PDF format to clipboard */ moi.geometryDatabase.copyToClipboardPDF();


For putting AI (version 8) format on the clipboard from MoI:

script: /* Copy AI format to clipboard */ moi.geometryDatabase.copyToClipboardAI();


- Michael