See the top rated post in this thread. Click here

Results 1 to 5 of 5

Thread: Turn Lineweight setting OFF via Script or Macro or...

  1. #1
    Member
    Join Date
    2005-11
    Posts
    7
    Login to Give a bone
    0

    Cool Turn Lineweight setting OFF via Script or Macro or...

    I want to run a script file I have created to turn the lineweight off (because our NA is too lazy to download the patch) every time I open a file.

    Does anyone know how to do this? If I do it will it effect our network in anyway?

    Thanks for your help.

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: Turn Lineweight setting OFF via Script or Macro or...

    What software and version are you requesting help on?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    Member
    Join Date
    2005-11
    Posts
    7
    Login to Give a bone
    0

    Default Re: Turn Lineweight setting OFF via Script or Macro or...

    Land Desktop 2006.

  4. #4
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    1

    Default Re: Turn Lineweight setting OFF via Script or Macro or...

    Quote Originally Posted by alanr
    Land Desktop 2006.
    You could add the following to your ACADDOC.LSP file.
    Code:
    (setvar "LWDISPLAY" 0)
    If you do not have an ACADDOC.LSP file, you can create one. It is a simple text, or ascii, file. You would need to paste that bit of code into it. The ACADDOC.LSP file will need to be placed within your AutoCAD support folders, which can be found in Options -> File Tab.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  5. #5
    Member
    Join Date
    2005-11
    Posts
    7
    Login to Give a bone
    0

    Default Re: Turn Lineweight setting OFF via Script or Macro or...

    Thanks. At least it was something simple.

Similar Threads

  1. Default Lineweight setting ' forever '
    By peter.gilson in forum AutoCAD LT - General
    Replies: 5
    Last Post: 2008-08-20, 09:52 PM
  2. setting lineweight for annotations: ???
    By Buffeldrek in forum AutoCAD Mechanical - General
    Replies: 1
    Last Post: 2007-11-06, 04:01 PM
  3. call script within macro & nested macro
    By wahyudin in forum AutoCAD LT - General
    Replies: 3
    Last Post: 2007-10-22, 01:10 PM
  4. Loading a script from a command macro
    By ewhite in forum AutoCAD Customization
    Replies: 7
    Last Post: 2007-04-08, 04:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •