Click or drag to resize

DisplayPipelineDrawDottedPolyline Method

Draws a set of connected lines (polyline) in a dotted pattern (0x00001111).

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawDottedPolyline(
	IEnumerable<Point3d> points,
	Color color,
	bool close
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
End points of each line segment.
color
Type: System.DrawingColor
Color of polyline.
close
Type: SystemBoolean
Draw a line between the first and last points.
See Also