PDA

View Full Version : VPCLIP macro



gcp310
21st Apr 2004, 04:06 am
can anyone tell me where i am going wrong with the following macro.
i want the initiate the VPCLIP command,select on the viewport,then delete the VPCLIP.

Heres what i got.

c^c^_vpclip \d;

Thanks

G

David Bethel
21st Apr 2004, 12:24 pm
It's probably the caret is in the wrong place. Try:

^c^c

-David

gcp310
21st Apr 2004, 12:54 pm
Yeah sorry typed the caret wrong here, its correct on autocad but still wont work.

any ideas, Anyone?

Thanks

G

David Bethel
21st Apr 2004, 01:54 pm
I don't know much about the VPCLIP command. And it's been a while for custom menus for that matter.


But it worked for me in A2K but you have to make a correct single pick the first time. Anything else it seems to stop proccessing.

^c^cvpclip;\d;

-David

gcp310
21st Apr 2004, 11:11 pm
Your a champion, thanks david, works a treat.

G

TevsR
22nd Apr 2004, 03:21 am
This addition will be usefull: ^C^Cvpclip;\d;re