RenderContextBase.DrawNormalsPerVertex Method

Public MustOverride Sub DrawNormalsPerVertex( _ 
ByVal vertices As Point3D(), _ 
ByVal triangles As IndexTriangle(), _ 
ByVal normals As Vector3D(), _ 
ByVal length As Double
)
This language is not supported or no code example is available.
public abstract void DrawNormalsPerVertex( 
Point3D[] vertices
IndexTriangle[] triangles
Vector3D[] normals
double length 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

triangles
IndexTriangle[]

normals
Vector3D[]

length
double

.NET Framework

Supported in: 4.8

In this article

Definition