Eyeshot 10 WinForms API Reference
AddTriangleData(Single[],Point3D,Point3D,Point3D,Vector3D,Vector3D,Vector3D,Byte,Byte,Byte,Int32) Method

WinForms Assembly > devDept.Graphics Namespace > DXUtils Class > AddTriangleData Method : AddTriangleData(Single[],Point3D,Point3D,Point3D,Vector3D,Vector3D,Vector3D,Byte,Byte,Byte,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Sub AddTriangleData( _
   ByVal data() As Single, _
   ByVal v1 As Point3D, _
   ByVal v2 As Point3D, _
   ByVal v3 As Point3D, _
   ByVal n1 As Vector3D, _
   ByVal n2 As Vector3D, _
   ByVal n3 As Vector3D, _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte, _
   ByRef count As Integer _
) 
public static void AddTriangleData( 
   float[] data,
   Point3D v1,
   Point3D v2,
   Point3D v3,
   Vector3D n1,
   Vector3D n2,
   Vector3D n3,
   byte r,
   byte g,
   byte b,
   ref int count
)

Parameters

data
v1
v2
v3
n1
n2
n3
r
g
b
count
See Also

Reference

DXUtils Class
DXUtils Members
Overload List