DisplayPipelineDrawZebraPreview Method (Brep, Color) |
Draws a shaded Brep with Zebra stripe preview.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.16
Syntax public void DrawZebraPreview(
Brep brep,
Color color
)
Public Sub DrawZebraPreview (
brep As Brep,
color As Color
)
Parameters
- brep
- Type: Rhino.GeometryBrep
Brep to draw. - color
- Type: System.DrawingColor
Object color.
See Also