Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / DrawFace Method
The render context
The list of triangles

In This Topic
    DrawFace Method (Solid)
    In This Topic
    Draws the face.
    Syntax
    'Declaration
     
    Public Sub DrawFace( _
       ByVal renderContext As RenderContextBase, _
       ByVal data As Object _
    ) 
    public void DrawFace( 
       RenderContextBase renderContext,
       object data
    )

    Parameters

    renderContext
    The render context
    data
    The list of triangles
    Remarks
    For internal use only.
    See Also