This should get you started
(defun c:Inscale (/ ip)
(setq tm (getvar "tilemode")); This is the variable you are looking for
(if
(= tm 0)
(progn
(alert "You Are Currently in Paper Space\nYou Will Be Switched to Model Space")
);progn
);if
(command "tilemode" 0)...
I have the following "hot keys" programmed in a lisp routine that gets automatically loaded
(defun C:LI () (command "LINE""QUICK,INT")(prin1))
(defun C:LE () (command "LINE""QUICK,END")(prin1))
(DEFUN C:LQ () (COMMAND "LINE""QUICK,QUAD")(PRIN1))
(defun C:LM () (command...
Look under tools\options and go to display tab..in the "ars and circle smoothnes" box enter a higher number than 1000...I have gone as high as 10000 before.
Why do you need to uninstall sp2..I loaded Autocad 2005 on 11 cad machines with sp2..Just make sure the firewall is disabled first along with any other monitoring softwarte you may have running
Check the dim settings on the dwg that you are plotting from
You could be having a conflict if you are bringing in many x-refs that contain the same named dim styles....
accessuserva
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.