Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / DrawFace Method

In This Topic
    DrawFace Method (Mesh)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawFace( _
       ByVal renderContext As RenderContextBase, _
       ByVal data As Object _
    ) 
    public void DrawFace( 
       RenderContextBase renderContext,
       object data
    )

    Parameters

    renderContext
    data
    See Also