Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / SolverBase Class / PreProcessing Method

In This Topic
    PreProcessing Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function PreProcessing( _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs, _
       ByRef maxNodeId As Integer, _
       ByRef order As Integer, _
       ByRef hasTemperature As Boolean, _
       ByRef firstElType As elementType _
    ) As Boolean
    protected bool PreProcessing( 
       BackgroundWorker worker,
       DoWorkEventArgs doWorkEventArgs,
       out int maxNodeId,
       out int order,
       out bool hasTemperature,
       out elementType firstElType
    )

    Parameters

    worker
    doWorkEventArgs
    maxNodeId
    order
    hasTemperature
    firstElType
    See Also