Click or drag to resize

DisplayPipelineAttributesBackfaceStyle Enumeration

Values for changing the display of the backface (the side opposite of the surface normal direction).

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.20
Syntax
public enum BackfaceStyle
Members
  Member nameValueDescription
UseFrontFaceSettings0 No color change.
CullBackfaces1 Surfaces viewed from the back will be transparent.
UseObjectColor2 Surfaces viewed from the back use the color specified in the object's display properties.
SingleColorAllBackfaces3 All backfaces display a specified color regardless of the object color.
UseRenderMaterial4 Shades using rendering material.
CustomMaterialAllBackfaces5 Use a custom material for all backfaces.
See Also