+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Senior Member asptamer's Avatar
    Using
    AutoCAD 2007
    Join Date
    Apr 2006
    Posts
    116

    Default Level of detail in a drawing

    Registered forum members do not see this ad.

    Here's what I mean by level of detail:
    Arcs are nice and smooth when you draw them, but if you close and open the file again, the drawing becomes optimized. Arcs looks like two straight lines, zigzag lines look like straight lines, etc.

    In AutoCAD2000/LT this could be fixed by clicking "Layout" tab and then going back to "Model." But I've upgraded to 2005 and this no longer works. The only method I've discovered is to move the object - then arcs and lines become what they were originally drawn as.

    I understand that this is only visual - the printout will be proper - but I'd like to know if there's a simple way in AutoCAD 2005 to increase the level of detail in a drawing - permanently or when needed. Please help.

  2. #2
    Super Moderator rkmcswain's Avatar
    Computer Details
    rkmcswain's Computer Details
    Operating System:
    Windows 7 Pro x64
    Motherboard:
    Intel DZ77RE-75K
    CPU:
    i7-3770K 3.50GHz
    RAM:
    32GB
    Graphics:
    Nvidia Quadro 2000
    Primary Storage:
    125GB SSD
    Secondary Storage:
    500GB SATA
    Monitor:
    ASUS 27" / ASUS 24"
    Discipline
    Civil
    Using
    Civil 3D 2013
    Join Date
    Sep 2005
    Location
    Houston
    Posts
    3,633

    Default

    Check setting of WHIPARC, SHADEMODE, and then run VIEWRES command. Look these up in HELP for more info.

  3. #3
    Senior Member
    Using
    AutoCAD 2005
    Join Date
    Dec 2005
    Location
    Brandon, Manitoba, Canada
    Posts
    166

    Default

    What is the system variable VIEWRES set to?
    If it too low you may encounter this problem.
    Try setting it higher, or try doing a regenall.
    Thalon

  4. #4
    Super Moderator rkmcswain's Avatar
    Computer Details
    rkmcswain's Computer Details
    Operating System:
    Windows 7 Pro x64
    Motherboard:
    Intel DZ77RE-75K
    CPU:
    i7-3770K 3.50GHz
    RAM:
    32GB
    Graphics:
    Nvidia Quadro 2000
    Primary Storage:
    125GB SSD
    Secondary Storage:
    500GB SATA
    Monitor:
    ASUS 27" / ASUS 24"
    Discipline
    Civil
    Using
    Civil 3D 2013
    Join Date
    Sep 2005
    Location
    Houston
    Posts
    3,633

    Default

    Quote Originally Posted by thalon
    What is the system variable VIEWRES set to?
    VIEWRES is not a system variable.

  5. #5
    Senior Member asptamer's Avatar
    Using
    AutoCAD 2007
    Join Date
    Apr 2006
    Posts
    116

    Default

    VIEWRES is what I was looking for. Thanks!

    Now, is there a way to override the default value of 100 so that when I restart AutoCAD and open a file, it's 1000 right away, without me setting it manually?

  6. #6
    Super Moderator rkmcswain's Avatar
    Computer Details
    rkmcswain's Computer Details
    Operating System:
    Windows 7 Pro x64
    Motherboard:
    Intel DZ77RE-75K
    CPU:
    i7-3770K 3.50GHz
    RAM:
    32GB
    Graphics:
    Nvidia Quadro 2000
    Primary Storage:
    125GB SSD
    Secondary Storage:
    500GB SATA
    Monitor:
    ASUS 27" / ASUS 24"
    Discipline
    Civil
    Using
    Civil 3D 2013
    Join Date
    Sep 2005
    Location
    Houston
    Posts
    3,633

    Default

    Quote Originally Posted by asptamer
    VIEWRES is what I was looking for. Thanks!

    Now, is there a way to override the default value of 100 so that when I restart AutoCAD and open a file, it's 1000 right away, without me setting it manually?
    Set it in your template drawing (for new drawings)

    For existing drawings, add this:
    Code:
    (command "._viewres" "_y" "1000")
    ...to your S::Startup function in "acad.lsp"

  7. #7
    Senior Member asptamer's Avatar
    Using
    AutoCAD 2007
    Join Date
    Apr 2006
    Posts
    116

    Default

    Registered forum members do not see this ad.

    thank you : )

Bookmarks

Posting Permissions

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