Entity.DrawOnScreenWireframe (DrawOnScreenWireframeParams) Method

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

Parameters

myParams
DrawOnScreenWireframeParams

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition