DisplayPipelineDrawPolyline Method (IEnumerablePoint3d, Color, Int32) |
Draws a single Polyline object.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawPolyline(
IEnumerable<Point3d> polyline,
Color color,
int thickness
)
Public Sub DrawPolyline (
polyline As IEnumerable(Of Point3d),
color As Color,
thickness As Integer
)
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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also