Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / ComputePlot Method / ComputePlot(ViewportLayout,Legend,Boolean) Method
The devDept.Eyeshot.ViewportLayout control instance
The legend associated with this plot
Use true when element stresses are filled manually.

In This Topic
    ComputePlot(ViewportLayout,Legend,Boolean) Method
    In This Topic
    Computes results according to plotMode settings.
    Syntax
    'Declaration
     
    Public Overloads Sub ComputePlot( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal theLegend As Legend, _
       ByVal postProcessingOnly As Boolean _
    ) 
    public void ComputePlot( 
       ViewportLayout viewportLayout,
       Legend theLegend,
       bool postProcessingOnly
    )

    Parameters

    viewportLayout
    The devDept.Eyeshot.ViewportLayout control instance
    theLegend
    The legend associated with this plot
    postProcessingOnly
    Use true when element stresses are filled manually.
    See Also