Void IDraw3DContext.DrawPolyline(IEnumerable<Double> points, Boolean isClosed)

Draws a polyline using the current color and line weight.

Parameters

  • points
    The points coordinates. The values should match the following format [X1, Y1, Z1, X2, Y2, Z2, ...].
  • isClosed
    Type: Boolean
    A value indicating whether the polyline is closed.