Eyeshot 10 WinForms API Reference
DrawWithSmoothColor Method (Element)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class : DrawWithSmoothColor Method
Syntax
'Declaration
 
Public Overridable Sub DrawWithSmoothColor( _
   ByVal context As RenderContextBase, _
   ByVal singleNormal As Vector3D, _
   ByVal vertices() As Point3D, _
   ByVal min As Double, _
   ByVal max As Double, _
   ByVal ampFactor As Double, _
   ByVal colorTable() As Color _
) 
public virtual void DrawWithSmoothColor( 
   RenderContextBase context,
   Vector3D singleNormal,
   Point3D[] vertices,
   double min,
   double max,
   double ampFactor,
   Color[] colorTable
)

Parameters

context
singleNormal
vertices
min
max
ampFactor
colorTable
See Also

Reference

Element Class
Element Members