RenderContextBase.DrawCurvatureMapTriangles Method

Public MustOverride Sub DrawCurvatureMapTriangles( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal colorMap As Color() _ 
)
This language is not supported or no code example is available.
public abstract void DrawCurvatureMapTriangles( 
IList<IndexTriangle> triangles
IList<Point3D> vertices
Color[] colorMap 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

vertices
IList<Point3D>

colorMap
Color[]

.NET Framework

Supported in: 4.8

In this article

Definition