For the given results entity and component given, and within the context of this view, this function returns the maximum and minimum gauss point results values and the element/gauss point at which they occur Such results are affected by which elements are currently visible, as well as the current loadset, current lamina, current Wood-Armer settings and current results transformation
| entity | string | Results entity i.e. "Stress - Thick Shell" etc.. | 
| component | string | Sx, Sy, Sxy, etc.. See element reference manual for details | 
| maxValue | double | the returned maximum value | 
| minValue | double | the returned minimum value | 
| maxElement | IFElement | the returned element at which maximum value occurs | 
| minElement | IFElement | the returned element at which minimum value occurs | 
| maxNode | integer | the returned local node at which maximum value occurs. Use getNodes to access the node object | 
| minNode | integer | the returned local node at which minimum value occurs. Use getNodes to access the node object | 
| Return value | none | 
Back to View
Back to Overview