Jump to content

Recommended Posts

Posted

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.

Posted

add this to your acaddoc.lsp file

(setvar "hpdraworder" 1)

Posted

Excuse my stupidy but how I add things to this file?

Thanks again

Posted

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).

Posted

Thanks very much for your help lpseifert, it works!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...