Eyeshot 9.0 WinForms API Reference
DrawLinesWithDisplacement Method (RenderContextBase)

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

Parameters

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

Reference

RenderContextBase Class
RenderContextBase Members