MaterialBeam.AddFaceData Method

Protected Sub AddFaceData( _ 
ByVal min As Double, _ 
ByVal max As Double, _ 
ByVal plotValue0 As Double, _ 
ByVal plotValue1 As Double, _ 
ByVal solved As Boolean, _ 
ByVal colorTable As Color(), _ 
ByVal pts As List(Of Point3D), _ 
ByVal normals As List(Of Vector3D), _ 
ByVal colors As List(Of Color), _ 
ByVal texCoords As List(Of Single), _ 
ByVal normal As Vector3D, _ 
ByVal triangleVertices As Point3D(), _ 
ByVal withColors As Boolean
)
This language is not supported or no code example is available.
protected void AddFaceData( 
double min
double max
double plotValue0
double plotValue1
bool solved
Color[] colorTable
List<Point3D> pts
List<Vector3D> normals
List<Color> colors
List<float> texCoords
Vector3D normal
Point3D[] triangleVertices
bool withColors 
)
This language is not supported or no code example is available.

Parameters

min
double

max
double

plotValue0
double

plotValue1
double

solved
bool

colorTable
Color[]

pts
List<Point3D>

normals
List<Vector3D>

colors
List<Color>

texCoords
List<float>

normal
Vector3D

triangleVertices
Point3D[]

withColors
bool

.NET Framework

Supported in: 4.8

In this article

Definition