RhinoCommon API
DisplayPipelineDrawSurface Method |
Draw wireframe display for a single surface.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawSurface( Surface surface, Color wireColor, int wireDensity )
Public Sub DrawSurface ( surface As Surface, wireColor As Color, wireDensity As Integer )
Parameters
- surface
- Type: Rhino.GeometrySurface
Surface to draw. - wireColor
- Type: System.DrawingColor
Color to draw with. - wireDensity
- Type: SystemInt32
Thickness (in pixels) or wires to draw.
