Element.DrawFaceElement3 Method

Protected Sub DrawFaceElement3( _ 
ByVal context As RenderContextBase, _ 
ByVal index As Integer, _ 
ByVal vertices As Point3D(), _ 
ByVal min As Double, _ 
ByVal max As Double, _ 
ByVal ampFactor As Double, _ 
ByVal sharp As Boolean, _ 
ByVal colorTable As Color() _ 
)
This language is not supported or no code example is available.
protected void DrawFaceElement3( 
RenderContextBase context
int index
Point3D[] vertices
double min
double max
double ampFactor
bool sharp
Color[] colorTable 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

index
int

vertices
Point3D[]

min
double

max
double

ampFactor
double

sharp
bool

colorTable
Color[]

.NET Framework

Supported in: 4.8

In this article

Definition