DisplayPipelineAttributes.ShadingEnabled Property

DisplayPipelineAttributesShadingEnabled Property

Draw shaded meshes and surfaces. Set to false to use Flat Shading.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public bool ShadingEnabled { get; set; }
Public Property ShadingEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also