Entity.DrawOnScreenWireframe (DrawOnScreenWireframeParams, Int32) Method

Draws extra things on screen, like the vertex Numbers (if Viewport.ShowVertexIndices is true) in wireframe dispaly mode.
Protected Friend Sub DrawOnScreenWireframe( _ 
ByVal myParams As DrawOnScreenWireframeParams, _ 
ByVal vertexCount As Integer
)
This language is not supported or no code example is available.
internal protected void DrawOnScreenWireframe( 
DrawOnScreenWireframeParams myParams
int vertexCount 
)
This language is not supported or no code example is available.

Parameters

myParams
DrawOnScreenWireframeParams

vertexCount
int

The number of vertices

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition