Eyeshot 10 WinForms API Reference
DrawFace3(RenderContextBase,Int32,Point3D[],Double,Double,Double,Boolean,Color[]) Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class > DrawFace3 Method : DrawFace3(RenderContextBase,Int32,Point3D[],Double,Double,Double,Boolean,Color[]) Method
Syntax
'Declaration
 
Protected Overloads Sub DrawFace3( _
   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 DrawFace3( 
   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

Reference

Element Class
Element Members
Overload List