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
)
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.
See Also