DisplayPipeline.DrawPolyline Method (IEnumerable(Point3d), Color, Int32)

DisplayPipelineDrawPolyline Method (IEnumerablePoint3d, Color, Int32)

Draws a single Polyline object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawPolyline(
	IEnumerable<Point3d> polyline,
	Color color,
	int thickness
)
Public Sub DrawPolyline ( 
	polyline As IEnumerable(Of Point3d),
	color As Color,
	thickness As Integer
)

Parameters

polyline
Type: System.Collections.GenericIEnumerablePoint3d
Polyline to draw.
color
Type: System.DrawingColor
Color to draw in.
thickness
Type: SystemInt32
Thickness (in pixels) of the Polyline.
See Also