RenderContextBase.DrawSurfaceNormals Method

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

Parameters

vertices
Point3D[]

length
double

.NET Framework

Supported in: 4.8

In this article

Definition