Plot DCL

Plot DCL

zph
Collaborator Collaborator
865 Views
2 Replies
Message 1 of 3

Plot DCL

zph
Collaborator
Collaborator

Good day!

 

I want to replicate the ALT + < portion the standard PLOT command dialog box.  The ALT+< is a circular button at the bottom, right corner of the PLOT command dialog box that toggles the display mode of additional plotting options.

 

Any ideas of how I may accomplish this?

 

Thanks!

0 Likes
866 Views
2 Replies
Replies (2)
Message 2 of 3

salman_majgaonkar
Contributor
Contributor

Hii,

 

It is not possible to use ALT+< but you can change other keys like Ctrl+Shift+Z,
Ctrl+Shift+X, Ctrl+Shift+A

 

Use CUI command for Customize.

 

 

Thanks,
Salman M.

0 Likes
Message 3 of 3

zph
Collaborator
Collaborator

Salman, thank you for your response.

However, I want the AutoLISP/DCL code driving the button's action and use the code in a custom routine.

(The button's mnemonic is ALT+<)

I can usually find some examples of DCL stuff in the AutoCAD express tools .lsp and .dcl files, but searching for "plot" (in windows explorer) didn't net any reference to the PLOT command code or its DCL file.

0 Likes