Eyeshot 10 WinForms API Reference
CalcTemp Method (Element)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class : CalcTemp Method
Element index
Mesh nodes
Computes element's load derived from thermal expansion.
Syntax
'Declaration
 
Public Overridable Sub CalcTemp( _
   ByVal elemIndex As Integer, _
   ByVal nodes() As Point3D _
) 
public virtual void CalcTemp( 
   int elemIndex,
   Point3D[] nodes
)

Parameters

elemIndex
Element index
nodes
Mesh nodes
See Also

Reference

Element Class
Element Members