2011

Table Of Contents
Control Display of Circles and Arcs
The VIEWRES command controls the display accuracy of curved 2D linework
like circles and arcs in the current viewport.
In the following example, line segments are more apparent as VIEWRES
decreases - Upper left = 1000, Middle = 100, Lower right = 10.
These objects are drawn on the screen using many short straight line segments.
Smoother arcs and circles display with higher VIEWRES settings, but they take
longer to regenerate. To increase performance while you're drawing, set a low
VIEWRES value.
Control Display of Curved Solids
FACETRES controls the mesh density and smoothness of shaded and rendered
curved solids.
In the following example, facets display on curved geometry when FACETRES
is low. FACETRES = .25.
When FACETRES is set to 1, there is a one-to-one correlation between the
viewing resolution of circles and arcs and the tessellation, a means of
subdividing the faces of solid objects. For example, when FACETRES is set to
2, the tessellation will be twice the tessellation set by VIEWRES. The default
value of FACETRES is 0.5. The range of possible values is 0.01 to 10.
Balance Mesh Density for Smooth Geometry | 999