Click or drag to resize

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
)

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