RenderContextBase.DrawTrianglesPlanar (Point3D(), IndexTriangle(), Vector3D) Method

Draws triangles with a single normal.
Public MustOverride Sub DrawTrianglesPlanar( _ 
ByVal vertices As Point3D(), _ 
ByVal triangles As IndexTriangle(), _ 
ByVal normal As Vector3D
)
This language is not supported or no code example is available.
public abstract void DrawTrianglesPlanar( 
Point3D[] vertices
IndexTriangle[] triangles
Vector3D normal 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

The vertices

triangles
IndexTriangle[]

The triangles

normal
Vector3D

The normal

.NET Framework

Supported in: 4.8

In this article

Definition