RenderContextBase.DrawLinesAndPointsOnTheFly Method

Draws the specified lines and points on the fly.
Public Overridable Sub DrawLinesAndPointsOnTheFly( _ 
ByVal lines As Point3D(), _ 
ByVal points As Point3D() _ 
)
This language is not supported or no code example is available.
public virtual void DrawLinesAndPointsOnTheFly( 
Point3D[] lines
Point3D[] points 
)
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

points
Point3D[]

An array of 3D points

.NET Framework

Supported in: 4.8

In this article

Definition