Eyeshot 10 WinForms API Reference
GetCurvatureMapTriangleData Method

WinForms Assembly > devDept.Graphics Namespace > DXUtils Class : GetCurvatureMapTriangleData Method
Syntax
'Declaration
 
Public Shared Function GetCurvatureMapTriangleData( _
   ByVal vertices As IList(Of Point3D), _
   ByVal triangles As IList(Of IndexTriangle), _
   ByVal colorMap() As Color _
) As Single()
public static float[] GetCurvatureMapTriangleData( 
   IList<Point3D> vertices,
   IList<IndexTriangle> triangles,
   Color[] colorMap
)

Parameters

vertices
triangles
colorMap
See Also

Reference

DXUtils Class
DXUtils Members