DisplayPipeline.DrawLines Method (IEnumerable(Line), Color)

DisplayPipelineDrawLines Method (IEnumerableLine, Color)

Draws a set of lines with a given color and thickness. If you want the fastest possible set of lines to be drawn, pass a Line[] for lines.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawLines(
	IEnumerable<Line> lines,
	Color color
)
Public Sub DrawLines ( 
	lines As IEnumerable(Of Line),
	color As Color
)

Parameters

lines
Type: System.Collections.GenericIEnumerableLine
Lines to draw.
color
Type: System.DrawingColor
Color to draw with.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also