Element.DrawWithSmoothColor Method

Public Overridable Sub DrawWithSmoothColor( _ 
ByVal context As RenderContextBase, _ 
ByVal singleNormal As Vector3D, _ 
ByVal vertices As Point3D(), _ 
ByVal min As Double, _ 
ByVal max As Double, _ 
ByVal ampFactor As Double, _ 
ByVal colorTable As Color() _ 
)
This language is not supported or no code example is available.
public virtual void DrawWithSmoothColor( 
RenderContextBase context
Vector3D singleNormal
Point3D[] vertices
double min
double max
double ampFactor
Color[] colorTable 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

singleNormal
Vector3D

vertices
Point3D[]

min
double

max
double

ampFactor
double

colorTable
Color[]

.NET Framework

Supported in: 4.8

In this article

Definition