RhinoCommon API
DisplayPipelineDrawPolyline Method (IEnumerablePoint3d, Color) |
Draws a single Polyline object.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawPolyline( IEnumerable<Point3d> polyline, Color color )
Public Sub DrawPolyline ( polyline As IEnumerable(Of Point3d), color As Color )
Parameters
- polyline
- Type: System.Collections.GenericIEnumerablePoint3d
Polyline to draw. - color
- Type: System.DrawingColor
Color to draw in.
