Void IDraw3DContext.DrawPolygon(IEnumerable<Double> points, IEnumerable<Double> normals)
Draws a polygon using the current color and line weight.
Examples
Parameters
-
points
Type: IEnumerable<Double>
The points coordinates. The values should match the following format [X1, Y1, Z1, X2, Y2, Z2, ...].
-
normals
Type: IEnumerable<Double>
The points normals. The values should match the following format [X1, Y1, Z1, X2, Y2, Z2, ...].