Void IDraw3DContext.DrawPoints(IEnumerable<Double> points, Double size)

Draws a set of points with the current color.

Parameters

  • points
    The points coordinates. The values should match the following format [X1, Y1, Z1, X2, Y2, Z2, ...].
  • size
    Type: Double
    The points size.