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

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