Click or drag to resize

DisplayPipelineDrawZebraPreview Method (Mesh, Color)

Draws a shaded Mesh with Zebra stripe preview.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.4
Syntax
public void DrawZebraPreview(
	Mesh mesh,
	Color color
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to draw.
color
Type: System.DrawingColor
Object color.
See Also