MaterialBeamC.DrawBeam Method

Public Overrides Sub DrawBeam( _ 
ByVal context As RenderContextBase, _ 
ByVal beamVerts As Point3D(), _ 
ByVal no1New As Point3D, _ 
ByVal wNew As Vector3D, _ 
ByVal beamLen As Double, _ 
ByVal uNew As Vector3D, _ 
ByVal al As Align3D, _ 
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 drawStartSection As Boolean, _ 
ByVal drawEndSection As Boolean, _ 
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 withColors As Boolean
)
This language is not supported or no code example is available.
public override void DrawBeam( 
RenderContextBase context
Point3D[] beamVerts
Point3D no1New
Vector3D wNew
double beamLen
Vector3D uNew
Align3D al
double min
double max
double plotValue0
double plotValue1
bool solved
Color[] colorTable
bool drawStartSection
bool drawEndSection
List<Point3D> pts
List<Vector3D> normals
List<Color> colors
List<float> texCoords
bool withColors 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

beamVerts
Point3D[]

no1New
Point3D

wNew
Vector3D

beamLen
double

uNew
Vector3D

al
Align3D

min
double

max
double

plotValue0
double

plotValue1
double

solved
bool

colorTable
Color[]

drawStartSection
bool

drawEndSection
bool

pts
List<Point3D>

normals
List<Vector3D>

colors
List<Color>

texCoords
List<float>

withColors
bool

.NET Framework

Supported in: 4.8

In this article

Definition