• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2007/2008/2009 DWG Format

    Reply
    Member
    Posts: 3
    Registered: ‎09-19-2012

    2008 AutoCAD keep changing the circles to octagons.

    414 Views, 6 Replies
    02-08-2013 05:23 AM
     
    Please use plain text.
    *Expert Elite*
    Posts: 6,416
    Registered: ‎06-29-2007

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-08-2013 05:30 AM in reply to: arv109

    Hi,

     

    run command _REGEN

    And look to the VIEWRES-command next (>>>detail<<<)

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎09-19-2012

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-08-2013 07:15 AM in reply to: alfred.neswadba
    Thank you for the respond. I tried to follow with no change on my drawings. Could you clarfiy how I can get "VIEWERS_command next (>>>detail<<<)? What explains all of dashed lines change to solid line at same time with circles? ? Best regards, Ali
    Please use plain text.
    *Expert Elite*
    Posts: 6,416
    Registered: ‎06-29-2007

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-08-2013 08:20 AM in reply to: arv109

    Hi,

     

    >> Could you clarfiy how I can get

    If you look in my previous answer I have created a hyperlink exactly to the help for command _VIEWRES, so you should read there about the command, what it does and how to start it. Just click on the ">>>details<<<"-link.

     

    >> What explains all of dashed lines change to solid line at same time with circles?

    With every regeneration all displayed objects are refreshed according to the current view. If your linetypes are set to a low value then the refresh shows it like continuous (density to high to be displayed).

    So verify how to use MSLTSCALE, PSLTSCALE and LTSCALE (systemvariables controlling how linetype-scaling is calculated in dependence to zoom-factor or annotationscale).

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Mentor
    Posts: 227
    Registered: ‎04-20-2006

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-10-2013 05:11 PM in reply to: arv109
    Have you considered adding a line in the acad2008doc.lsp file. if I want to control a variable or setting, I add a line at the bottom of this file.

    (Command "viewres" "yes" "20000")

    This allows me to set the variable or setting consistently. If you have you support files on a server for everyone, it allows everyone to have the settings.
    RockyBrown
    Aluminum Ladder Co.
    Please use plain text.
    *Expert Elite*
    Posts: 6,416
    Registered: ‎06-29-2007

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-10-2013 05:52 PM in reply to: RockyBrown4134

    Hi,

     

    >> adding a line in the acad2008doc.lsp file

    Sorry to say, but please don't modify the ACADxxxxDOC.LSP (the one with the version number in the filename) as it is used AutoCAD-internally/reserved. You should use the ACADDOC.LSP instead.

    Look therefor to the warning >>>here<<<.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Mentor
    Posts: 227
    Registered: ‎04-20-2006

    Re: 2008 AutoCAD keep changing the circles to octagons.

    02-11-2013 04:28 AM in reply to: alfred.neswadba

    Alfred;

    I stand corrected.  Thanksw for pointing it out. We've been modifing tha acadXXXXdoc.lsp for years and we never had a problem. I never noticed the warning before. I guess we've been lucky.

     

    With that said, I still suggest modifying the acaddoc.lsp file to control variables and settings.

     

     

    RockyBrown
    Aluminum Ladder Co.
    Please use plain text.