| Author |
Message |
johnny-c
Guest
|
Posted:
Wed Feb 02, 2005 6:20 pm Post subject:
Can't view small radius |
|
|
When I draw a small radius (.032), it looks like a rectangle, if I zoom in – its shows the radius. Is there a setting or a command i need to change?
thanks
johnny-c
|
|
| Back to top |
|
 |
Gary Lafreniere
Guest
|
Posted:
Wed Feb 02, 2005 6:43 pm Post subject:
Re: Can't view small radius |
|
|
Try setting the "arc and circle smoothness" to a lower number.
From your menu: Tools......Options........Display tab......Display
resolution.
--
Gary Lafrenière
CAD Manager
Plan B Retail Design
Remove NO SPAM from address before replying
"johnny-c" <nospam@address.withheld> wrote in message
news:9396590.1107350442700.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | When I draw a small radius (.032), it looks like a rectangle, if I zoom
in - its shows the radius. Is there a setting or a command i need to
change?
thanks
johnny-c |
|
|
| Back to top |
|
 |
Gary Lafreniere
Guest
|
Posted:
Wed Feb 02, 2005 6:50 pm Post subject:
Re: Can't view small radius |
|
|
If this resolves your problem, then I would suggest adding the following
line of code into your acaddoc.lsp file (that is, if you use one). It will
ensure that each time you load a drawing, it will have this same screen
resolution setting. This setting is saved in each drawing.
(command "viewres" "y" "5000") ;sets view resolution for no joggy circles
You can change the "5000" to any number you prefer.
"Gary Lafreniere" <PlanbNO@SPAMcharter.net> wrote in message
news:4200d8f1$1_2@newsprd01...
| Quote: | Try setting the "arc and circle smoothness" to a lower number.
From your menu: Tools......Options........Display tab......Display
resolution.
|
|
|
| Back to top |
|
 |
teiarch
Guest
|
Posted:
Fri Feb 04, 2005 7:54 am Post subject:
Re: Can't view small radius |
|
|
Had similar problem in '02; changing viewres had little effect.
Updating video card drivers had a BIG effect. F.Y.I.: Some video card manufacturers write their own video drivers. If you can find video drivers developed by the manufacturer of the chip set used on your video card, they'll probably work better. |
|
| Back to top |
|
 |
|
|
|
|