Community
Civil 3D Customization
Welcome to Autodesk’s AutoCAD Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LISP Routines

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
emaloney
1148 Views, 3 Replies

LISP Routines

I am writing a lisp routine, only I can't find the command in AutoCAD for what I am trying to do. I want the Drawings Settings dialog box to open automatically when you start a new drawing. I can't find any other way to open it except through the toolspace palette. Does anyone know the command to open the Drawing Settings dialog box?

3 REPLIES 3
Message 2 of 4
jrauch
in reply to: emaloney

EDITDRAWINGSETTINGS

-John J. Rauch, P.E.
Message 3 of 4
emaloney
in reply to: emaloney

Nice, of course it was so very simple. Thank you!

Message 4 of 4

Looks like you might just be using it to set coordinate?  If so try this:

 

(defun c:PA83-SF ()  
(setvar "CMDDIA" 0)  
(command "ADESETCRDSYS" "_ses" "PA83-SF" "_ex")  
(setvar "CMDDIA" 1)
(princ))

 


"Very funny, Scotty. Now beam down my clothes.

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

Post to forums  

Rail Community


 

Autodesk Design & Make Report