Eyeshot 10 WinForms API Reference
AddFaceData Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > MaterialBeam Class : AddFaceData Method
Syntax
'Declaration
 
Protected Sub AddFaceData( _
   ByVal min As Double, _
   ByVal max As Double, _
   ByVal plotValue0 As Double, _
   ByVal plotValue1 As Double, _
   ByVal solved As Boolean, _
   ByVal colorTable() As Color, _
   ByVal pts As List(Of Point3D), _
   ByVal normals As List(Of Vector3D), _
   ByVal colors As List(Of Color), _
   ByVal texCoords As List(Of Single), _
   ByVal normal As Vector3D, _
   ByVal triangleVertices() As Point3D, _
   ByVal withColors As Boolean _
) 
protected void AddFaceData( 
   double min,
   double max,
   double plotValue0,
   double plotValue1,
   bool solved,
   Color[] colorTable,
   List<Point3D> pts,
   List<Vector3D> normals,
   List<Color> colors,
   List<float> texCoords,
   Vector3D normal,
   Point3D[] triangleVertices,
   bool withColors
)

Parameters

min
max
plotValue0
plotValue1
solved
colorTable
pts
normals
colors
texCoords
normal
triangleVertices
withColors
See Also

Reference

MaterialBeam Class
MaterialBeam Members