Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawTriangles Method / DrawTriangles(Point3D[],Vector3D) Method
The vertices
The normal

In This Topic
    DrawTriangles(Point3D[],Vector3D) Method
    In This Topic
    Draws triangles with one normal.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub DrawTriangles( _
       ByVal vertices() As Point3D, _
       ByVal normal As Vector3D _
    ) 
    public abstract void DrawTriangles( 
       Point3D[] vertices,
       Vector3D normal
    )

    Parameters

    vertices
    The vertices
    normal
    The normal
    See Also