RenderContextBase.DrawNormals (Point3D(), IndexTriangle(), Vector3D(), Double) Method

Public MustOverride Sub DrawNormals( _ 
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 DrawNormals( 
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