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

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

    Parameters

    triangles
    vertices
    colorMap
    See Also