Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / AddTriangleDataRGB Method / AddTriangleDataRGB(Single[],PointRGB,PointRGB,PointRGB,Vector3D,Vector3D,Vector3D,Int32,Byte) Method

In This Topic
    AddTriangleDataRGB(Single[],PointRGB,PointRGB,PointRGB,Vector3D,Vector3D,Vector3D,Int32,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub AddTriangleDataRGB( _
       ByVal data() As Single, _
       ByVal v1 As PointRGB, _
       ByVal v2 As PointRGB, _
       ByVal v3 As PointRGB, _
       ByVal n1 As Vector3D, _
       ByVal n2 As Vector3D, _
       ByVal n3 As Vector3D, _
       ByRef count As Integer, _
       ByVal alpha As Byte _
    ) 
    public static void AddTriangleDataRGB( 
       float[] data,
       PointRGB v1,
       PointRGB v2,
       PointRGB v3,
       Vector3D n1,
       Vector3D n2,
       Vector3D n3,
       ref int count,
       byte alpha
    )

    Parameters

    data
    v1
    v2
    v3
    n1
    n2
    n3
    count
    alpha
    See Also