DisplayPipelineAttributes.UseCustomObjectMaterialBackfaces Property

DisplayPipelineAttributesUseCustomObjectMaterialBackfaces Property

Gets or sets whether objects ought to be drawn using a custom material on backfaces.

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

Property Value

Type: Boolean
See Also