Jump to content

Recommended Posts

Posted

I don't know how, or why, this variable changed. My PLINETYPE variable ALWAYS resets itself to 0 (zero) and I can't figure out how to change it back permanently. I don't want to have to type in PLINETYPE each time I open or start a drawing, but I can't figure out how to do it. I searched the site, I exhausted Google, but I can't find an answer.

 

What can I do (besides anything LISP related) to fix this?

Posted

The variable is saved in the dwg; If you save the dwg with plinetype=1 and it opens with it =0, then some 3rd party or startup app is probably changing it. If that's the case you'll need to narrow it down to what app is causing it to change. If it's just in new drawings, set your Plinetype variable in your template file(s) and/or add this to your acaddoc.lsp file

(setvar "plinetype" 1); or 2

uh oh... that's lisp

Posted

You'll have better luck getting answers if you name your threads descriptively. I've changed the thread title for you. :thumbsup:

 

I agree with lpseifert. Add that line of code to your acaddoc.lsp and it should solve the problem.

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