RenderContextBase.DrawLines (Point3D(), Color(), Single()) Method

Draws lines with colored vertices specifying a different lineWidth per line.
Public Sub DrawLines( _ 
ByVal vertices As Point3D(), _ 
ByVal colors As Color(), _ 
ByVal lineWidths As Single() _ 
)
This language is not supported or no code example is available.
public void DrawLines( 
Point3D[] vertices
Color[] colors
float[] lineWidths 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The vertices

colors
Color[]

The color of each vertex

lineWidths
float[]

The line width of each line (the size of the array must be half of the vertices array)

.NET Framework

Supported in: 4.8

In this article

Definition