Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / GetRichSmoothTriangleData Method / GetRichSmoothTriangleData(IList<Point3D>,IList<IndexTriangle>,Single,Single,Single,Single) Method

In This Topic
    GetRichSmoothTriangleData(IList<Point3D>,IList<IndexTriangle>,Single,Single,Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetRichSmoothTriangleData( _
       ByVal vertices As IList(Of Point3D), _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal scaleU As Single, _
       ByVal scaleV As Single, _
       ByVal offsetU As Single, _
       ByVal offsetV As Single _
    ) As Single()
    public static float[] GetRichSmoothTriangleData( 
       IList<Point3D> vertices,
       IList<IndexTriangle> triangles,
       float scaleU,
       float scaleV,
       float offsetU,
       float offsetV
    )

    Parameters

    vertices
    triangles
    scaleU
    scaleV
    offsetU
    offsetV
    See Also