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

In This Topic
    CompileSelectedFace Method (Mesh)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CompileSelectedFace( _
       ByVal renderContext As RenderContextBase, _
       ByVal faceData As Mesh.FaceElement _
    ) 
    public void CompileSelectedFace( 
       RenderContextBase renderContext,
       Mesh.FaceElement faceData
    )

    Parameters

    renderContext
    faceData
    See Also