RenderContextBase.DrawIndexLinesWithDisplacement Method

Draws indexed lines with PointWithDisplacement vertices.
Public MustOverride Sub DrawIndexLinesWithDisplacement( _ 
ByVal lines As IList(Of IndexLine), _ 
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 DrawIndexLinesWithDisplacement( 
IList<IndexLine> lines
Point3D[] vertices
double ampFactor
bool addToCurrentBufferPart = false 
)
This language is not supported or no code example is available.

Parameters

lines
IList<IndexLine>

<default>

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