Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / DrawTriangle Method

In This Topic
    DrawTriangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawTriangle( _
       ByVal context As RenderContextBase, _
       ByVal index As Integer _
    ) 
    public void DrawTriangle( 
       RenderContextBase context,
       int index
    )

    Parameters

    context
    index
    See Also