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

In This Topic
    DrawTriangles(Point3D[]) Method
    In This Topic
    Draws triangles without normals.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawTriangles( _
       ByVal vertices() As Point3D _
    ) 
    public override void DrawTriangles( 
       Point3D[] vertices
    )

    Parameters

    vertices
    The vertices
    See Also