RenderContextBase.DrawLinesWithDisplacement Method

Draws lines with PointWithDisplacement vertices.
Public MustOverride Sub DrawLinesWithDisplacement( _ 
ByVal vertices As Point3D(), _ 
ByVal ampFactor As Double, _ 
Optional ByVal addToCurrentBufferPart As Boolean = false _ 
)
This language is not supported or no code example is available.
public abstract void DrawLinesWithDisplacement( 
Point3D[] vertices
double ampFactor
bool addToCurrentBufferPart = false 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

<default>

ampFactor
double

<default>

addToCurrentBufferPart
bool

If true adds the data to the current buffer part

.NET Framework

Supported in: 4.8

In this article

Definition