PDA

View Full Version : Plot on Right click Menu



jgratton
2005-07-25, 05:36 PM
We have the plot command redefined in the acaddoc.lsp. A lsp routine prompts the user for 2 more fields that get added to the plot stamp and appends to a log file.

The problem in the right mouse menu in the layout tab. When I choose plot there, it runs the old plot command, not the redefined one. Can anyone tell me what I have to do to make them run the same way?

Mike.Perry
2005-07-25, 06:12 PM
Hi

The problem in the right mouse menu in the layout tab. When I choose plot there, it runs the old plot command, not the redefined one. Can anyone tell me what I have to do to make them run the same way?That is because it runs _.Plot

As far as I am aware it is not an easy task of accessing that particular right click-menu (for starters I don't believe it is defined within the AutoCAD menu).

Have a browse of the following thread (should give you one or two ideas) -

modify the plot command (http://forums.augi.com/showthread.php?t=6771)

Have a good one, Mike