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 |
| maxGaussPoint | integer | the returned gauss point at which maximum value occurs |
| minGaussPoint | integer | the returned gauss point at which minimum value occurs |
| Return value | none |
Back to View
Back to Overview