DisplayPipeline.DrawDottedPolyline Method

DisplayPipelineDrawDottedPolyline Method

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

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawDottedPolyline(
	IEnumerable<Point3d> points,
	Color color,
	bool close
)
Public Sub DrawDottedPolyline ( 
	points As IEnumerable(Of Point3d),
	color As Color,
	close As Boolean
)

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also