Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / AddTriangleDataWithoutNormals Method

In This Topic
    AddTriangleDataWithoutNormals Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub AddTriangleDataWithoutNormals( _
       ByVal data() As Single, _
       ByVal v1 As Point3D, _
       ByVal v2 As Point3D, _
       ByVal v3 As Point3D, _
       ByRef count As Integer _
    ) 
    public static void AddTriangleDataWithoutNormals( 
       float[] data,
       Point3D v1,
       Point3D v2,
       Point3D v3,
       ref int count
    )

    Parameters

    data
    v1
    v2
    v3
    count
    See Also