Eyeshot 10 WinForms API Reference
DrawIndexLinesWithDisplacement Method (RenderContextBase)

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : DrawIndexLinesWithDisplacement Method
If true adds the data to the current buffer part
Draws indexed lines with devDept.Geometry.PointWithDisplacement vertices.
Syntax
'Declaration
 
Public MustOverride Sub DrawIndexLinesWithDisplacement( _
   ByVal lines As IList(Of IndexLine), _
   ByVal vertices() As Point3D, _
   ByVal ampFactor As Double, _
   Optional ByVal addToCurrentBufferPart As Boolean _
) 
public abstract void DrawIndexLinesWithDisplacement( 
   IList<IndexLine> lines,
   Point3D[] vertices,
   double ampFactor,
   bool addToCurrentBufferPart
)

Parameters

lines
vertices
ampFactor
addToCurrentBufferPart
If true adds the data to the current buffer part
See Also

Reference

RenderContextBase Class
RenderContextBase Members