Click or drag to resize

DisplayPipelineAttributesClippingPlaneFillColorUse Enumeration

[Missing <summary> documentation for "T:Rhino.Display.DisplayPipelineAttributes.ClippingPlaneFillColorUse"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum ClippingPlaneFillColorUse
Members
  Member nameValueDescription
ViewportColor0 Follows how the object displays in the viewport.
RenderMaterialColor1 Uses the object's render material.
PlaneMaterialColor2 Uses the clipping plane's color or layer color property.
SolidColor3 Solid color
See Also