Eyeshot 10 WinForms API Reference
DrawEntity Method (Entity)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : DrawEntity Method
The render context
The parameters
Internal method that draws the entity.
Syntax
'Declaration
 
Protected Overridable Sub DrawEntity( _
   ByVal context As RenderContextBase, _
   ByVal myParams As Object _
) 
protected virtual void DrawEntity( 
   RenderContextBase context,
   object myParams
)

Parameters

context
The render context
myParams
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)Override it to customize the entity compilation.
See Also

Reference

Entity Class
Entity Members
Compile Method