Copyclip doesn't work in accoreconsole

This widget could not be displayed.

Copyclip doesn't work in accoreconsole

Anonymous
Not applicable

Hello,

 

All sources say that _copyclip command works in accoreconsole but it looks like not exactly the same way like in Acad with GUI.

It does recognise command _copyclip and _pasteclip, but Windows Clipboard Manager seems to remain empty and using clippaste in Acad with GUI paste nothing as well. 

 

My main goal is to add a feature to my Inventor AddIn: open drawing in accoreconsole copy all entities and the paste it all into Inventor sketch. Any clue? 

 

Thanks

0 Likes
Reply
420 Views
2 Replies
Replies (2)

SeeMSixty7
Advisor
Advisor

After trying a few things, it does not appear that ACCORECONSOLE supports copying to the clipboard. I like the thought process, but does not look like it will work using ACCORECONSOLE. Have you considered just running another AutoCAD instance to open the drawing copy the drawing to clipboard and exiting that instance of autocad?

 

Good luck,

Anonymous
Not applicable

Well It's almost the same thing like doing that manually ctrl+c > ctrl+v, the console is faster(I wonder why copyclip is recognised by console version at all).

 

Anyway, I thought it through and dig a bit more. It looks like the Inventor can import Acad files right away on its own and create parts using 2D data I will give it a try. 

 

I suppose this post can hang here I'm curious what's wrong with those command(copy/paste clip) and accoreconsole.