Eyeshot 10 WPF API Reference
GetRichSmoothTriangleData(IList<Point3D>,IList<IndexTriangle>,Single,Single,Single,Single) Method

WPF Assembly > devDept.Graphics Namespace > DXUtils Class > GetRichSmoothTriangleData Method : GetRichSmoothTriangleData(IList<Point3D>,IList<IndexTriangle>,Single,Single,Single,Single) Method
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

Reference

DXUtils Class
DXUtils Members
Overload List