Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element3D Class / ComputeThermalLoading Method

In This Topic
    ComputeThermalLoading Method (Element3D)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ComputeThermalLoading( _
       ByVal numgp As Integer, _
       ByVal temperature As Boolean, _
       ByVal stgp(,) As Double, _
       ByVal strsg() As Double _
    ) 
    protected void ComputeThermalLoading( 
       int numgp,
       bool temperature,
       double[,] stgp,
       double[] strsg
    )

    Parameters

    numgp
    temperature
    stgp
    strsg
    See Also