Solid.DrawFace Method

Draws the face.
Public Sub DrawFace( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal data As Object
)
This language is not supported or no code example is available.
public void DrawFace( 
RenderContextBase renderContext
object data 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

The render context

data
object

The list of triangles

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition