Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / DrawJoints Method

In This Topic
    DrawJoints Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Sub DrawJoints( _
       ByVal context As RenderContextBase, _
       ByVal drawList2D As EntityGraphicsData, _
       ByVal drawList3D As EntityGraphicsData _
    ) 
    protected internal void DrawJoints( 
       RenderContextBase context,
       EntityGraphicsData drawList2D,
       EntityGraphicsData drawList3D
    )

    Parameters

    context
    drawList2D
    drawList3D
    See Also