Sets or returns the smoothness of shaded objects. The value of this property is stored in the FACETRES system variable. The valid range is 0.01 to 10.0, with the initial value 0.5.
Syntax
doubleVariable = object.RenderSmoothness
object.RenderSmoothness = <integer>
where:
doubleVariable is a variable for storing the RenderSmoothness.
object is the DocumentPrefernces object.
Examples ...