Jump to content

Change angle type in "Units" for all projects


naghshe

Recommended Posts

These sit in the back of the Units command you can set these as part of a autoload so it runs for each dwg as its opened, make sure your default dwt is set up correct.

(SETVAR "LUNITS" 2)
(SETVAR "ANGBASE" 0.0)
(SETVAR "ANGDIR" 0)
(SETVAR "LUPREC" 0)
(SETVAR "AUNITS" 0)
(SETVAR "AUPREC" 0)

Link to comment
Share on other sites

These sit in the back of the Units command you can set these as part of a autoload so it runs for each dwg as its opened, make sure your default dwt is set up correct.

(SETVAR "LUNITS" 2)
(SETVAR "ANGBASE" 0.0)
(SETVAR "ANGDIR" 0)
(SETVAR "LUPREC" 0)
(SETVAR "AUNITS" 0)
(SETVAR "AUPREC" 0)

What is autoload and how can I set it?

Link to comment
Share on other sites

I refer to the ability to automatically load a lisp every time you open a dwg, do a search here or google for acaddoc.lsp there are some clear explanations on how to use.

Link to comment
Share on other sites

I refer to the ability to automatically load a lisp every time you open a dwg, do a search here or google for acaddoc.lsp there are some clear explanations on how to use.

Thank you. Would you please explain the variables on the code, so that I set them up they way I want to. I just used them the way you wrote it, but it needs to be changed.

Link to comment
Share on other sites

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