Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

trying to make a shortcut

3 REPLIES 3
Reply
Message 1 of 4
jm2576
163 Views, 3 Replies

trying to make a shortcut

I want to make a shortcut for the plotting dialog box from "plot" to "dd". the shortcut that I created does not open the dialog box, but instead it just asks plotting questions on the command line instead.

(defun c:dd()(command "plot"))

s there a way to make the plot dialog box come up instead of on the command line?

Thanks

Justin
3 REPLIES 3
Message 2 of 4
hmsilva
in reply to: jm2576

Hi Justin

try

(defun c:dd( / )
(initdia)
(command "_.PLOT")
)

Henrique

EESignature

Message 3 of 4
jm2576
in reply to: jm2576

That worked! Thanks.
Message 4 of 4
hmsilva
in reply to: jm2576

You're welcome.

EESignature

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost