Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / DrawFace3 Method / DrawFace3(RenderContextBase,Color,Int32,Point3D[],Double) Method

In This Topic
    DrawFace3(RenderContextBase,Color,Int32,Point3D[],Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawFace3( _
       ByVal context As RenderContextBase, _
       ByVal singleColor As Color, _
       ByVal index As Integer, _
       ByVal vertices() As Point3D, _
       ByVal ampFactor As Double _
    ) 
    protected void DrawFace3( 
       RenderContextBase context,
       Color singleColor,
       int index,
       Point3D[] vertices,
       double ampFactor
    )

    Parameters

    context
    singleColor
    index
    vertices
    ampFactor
    See Also