pvd Posted March 16, 2009 Posted March 16, 2009 Hi all, Concerning the "HPDRAWORDER"-command, everytime I start my Autocad, I have to change this variable to "1" (hatch sent to back)because I prefer it to be that way. Now default-value is "3" (hatch sent behind boundary). Is it possible to change this default-value to "1" so I don't have to change it anymore in the future. Thank you in advance. Quote
lpseifert Posted March 16, 2009 Posted March 16, 2009 add this to your acaddoc.lsp file (setvar "hpdraworder" 1) Quote
pvd Posted March 16, 2009 Author Posted March 16, 2009 Excuse my stupidy but how I add things to this file? Thanks again Quote
lpseifert Posted March 16, 2009 Posted March 16, 2009 Acaddoc.lsp is just a text file; can be edited w/ Notepad To find the file, type this at the command line (findfile "acaddoc.lsp") if it returns nil, you'll need to make your own. Open Notepad and enter (setvar "hpdraworder" 1) Save as acaddoc.lsp somewhere in acad's support path (e.g. Support folder). Quote
pvd Posted March 17, 2009 Author Posted March 17, 2009 Thanks very much for your help lpseifert, it works! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.