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

In This Topic
    DrawTrianglesPlanar(Point3D[],Int32[],Vector3D) Method
    In This Topic
    Draws triangles with a single normal.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub DrawTrianglesPlanar( _
       ByVal vertices() As Point3D, _
       ByVal trianglesIndices() As Integer, _
       ByVal normal As Vector3D _
    ) 
    public abstract void DrawTrianglesPlanar( 
       Point3D[] vertices,
       int[] trianglesIndices,
       Vector3D normal
    )

    Parameters

    vertices
    The vertices
    trianglesIndices
    The triangles indices
    normal
    The normal
    See Also