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

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

    Parameters

    context
    index
    vertices
    ampFactor
    See Also