RenderContextBase.DrawLinesOnTheFly Method

Draws the specified lines on the fly.
Public Overridable Sub DrawLinesOnTheFly( _ 
ByVal lines As Point3D() _ 
)
This language is not supported or no code example is available.
public virtual void DrawLinesOnTheFly( 
Point3D[] lines 
)
This language is not supported or no code example is available.

Parameters

lines
Point3D[]

An array of 3D points that define the lines start and end vertices

.NET Framework

Supported in: 4.8

In this article

Definition