DrawMode

DrawMode

Enumerates drawing modes available in the viewer. More information can be found here.

Enumeration Members

DrawMode.Gooch
Gooch: 5

Shading occurs only in mid-tones so that edge lines and highlights remain visually prominent.

DrawMode.HiddenLine
HiddenLine: 3

Silhouette edges and obscured lines are rendered

DrawMode.Shaded
Shaded: 1

Faces are rendered and lines are not

DrawMode.Toon
Toon: 6

Conventional smooth lighting values are calculated for each pixel and then quantized to a small number of discrete shades

DrawMode.Wireframe
Wireframe: 0

Lines are rendered and faces are not

DrawMode.WireframeOnShaded
WireframeOnShaded: 2

Lines and faces are rendered

DrawMode.XRay
XRay: 4

Selected items are drawn on top, and unselected items are drawn transparent