Eyeshot 10 WPF API Reference
DrawWithSharpColorElement Method (Truss2D)

WPF Assembly > devDept.Eyeshot.Fem Namespace > Truss2D Class : DrawWithSharpColorElement Method
Syntax
'Declaration
 
Public Overrides Sub DrawWithSharpColorElement( _
   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 override void DrawWithSharpColorElement( 
   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

Truss2D Class
Truss2D Members