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

In This Topic
    GetSmoothTriangleData Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetSmoothTriangleData( _
       ByVal vertices As IList(Of Point3D), _
       ByVal normals As IList(Of Vector3D), _
       ByVal triangles As IList(Of IndexTriangle) _
    ) As Single()
    public static float[] GetSmoothTriangleData( 
       IList<Point3D> vertices,
       IList<Vector3D> normals,
       IList<IndexTriangle> triangles
    )

    Parameters

    vertices
    normals
    triangles
    See Also