View Full Version : AutoCAD changing shapes...


Willallison
03-28-2006, 11:54 PM
Often when I draw something in AutoCAD - say an arc or spline for example - often when I come back to it later it will appear on the screen as a straight (or a series of straight) lines.
If you click on it, the control points are in the correct place, but the 'line' isn't.
Can anyone tell me how to prevent or correct this?

Martijn_vE
03-29-2006, 01:23 AM
Autocad uses a coarse polyline-approximation when drawing arcs and splines to keep drawing up to speed. This has nothing to do with the internal representation of the curves. Simply type "regen" to force Autocad to draw the line more accurate and you'll see that your curve is still correct.

Willallison
03-29-2006, 05:01 AM
Merci!

Raggi_Thor
03-29-2006, 06:15 AM
You can also type VIEWRES and set that system variable to a higher value, I suggest 1000 or 2000:

Command: VIEWRES
Do you want fast zooms? [Yes/No] <Y>: Y
Enter circle zoom percent (1-20000) <1000>: 2000

View Full Version : AutoCAD changing shapes...