Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / DrawFaceElement6 Method

In This Topic
    DrawFaceElement6 Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub DrawFaceElement6( _
       ByVal context As RenderContextBase, _
       ByVal index As Integer, _
       ByVal vertices() As Point3D, _
       ByVal min As Double, _
       ByVal max As Double, _
       ByVal ampFactor As Double, _
       ByVal sharp As Boolean, _
       ByVal colorTable() As Color _
    ) 
    protected void DrawFaceElement6( 
       RenderContextBase context,
       int index,
       Point3D[] vertices,
       double min,
       double max,
       double ampFactor,
       bool sharp,
       Color[] colorTable
    )

    Parameters

    context
    index
    vertices
    min
    max
    ampFactor
    sharp
    colorTable
    See Also