FemMesh.DrawEntity Method

Internal method that draws the entity.
Protected Overrides Sub DrawEntity( _ 
ByVal context As RenderContextBase, _ 
ByVal myParams As Object
)
This language is not supported or no code example is available.
protected override void DrawEntity( 
RenderContextBase context
object myParams 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

The render context

myParams
object

The parameters

Remarks
 
This method may be used both for compiling the Entity (OpenGL and Direct3D) and to draw the Entity (in Direct3D only, for some complex entities like Dimension)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition