Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawSurfaceInvTriangles Method

In This Topic
    DrawSurfaceInvTriangles Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub DrawSurfaceInvTriangles( _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal vertices As IList(Of Point3D) _
    ) 
    public abstract void DrawSurfaceInvTriangles( 
       IList<IndexTriangle> triangles,
       IList<Point3D> vertices
    )

    Parameters

    triangles
    vertices
    See Also