RenderContextBase.DrawNormals (Point3D(), Vector3D) Method

Public MustOverride Sub DrawNormals( _ 
ByVal vertices As Point3D(), _ 
ByVal diffVector As Vector3D
)
This language is not supported or no code example is available.
public abstract void DrawNormals( 
Point3D[] vertices
Vector3D diffVector 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

diffVector
Vector3D

.NET Framework

Supported in: 4.8

In this article

Definition