Description:

Draws a single Polyline object.

Syntax:
public void DrawPolyline(
IEnumerable<Point3d> polyline,
Color color,
int thickness
)
Parameters:
  • polyline
  • Type: System.Collections.Generic.IEnumerable<Point3d>
  • Polyline to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw in.
  • thickness
  • Type: int
  • Thickness (in pixels) of the Polyline.
Returns:
Type: void
Available since:
5.0

Description:

Draws a single Polyline object.

Syntax:
public void DrawPolyline(
IEnumerable<Point3d> polyline,
Color color
)
Parameters:
  • polyline
  • Type: System.Collections.Generic.IEnumerable<Point3d>
  • Polyline to draw.
  • color
  • Type: System.Drawing.Color
  • Color to draw in.
Returns:
Type: void
Available since:
5.0

DrawPolyline method

Class:  Rhino.Display.DisplayPipeline

Nothing found