Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawIndexLinesWithDisplacement Method
If true adds the data to the current buffer part

In This Topic
    DrawIndexLinesWithDisplacement Method (RenderContextBase)
    In This Topic
    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