Click or drag to resize

DisplayPipelineDrawSurface Method

Draw wireframe display for a single surface.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawSurface(
	Surface surface,
	Color wireColor,
	int wireDensity
)

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.
See Also