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

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

    Parameters

    triangles
    vertices
    colorMap
    See Also