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)
Since: 5.0
Syntaxpublic 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.
See Also