For the given results entity and component given, and within the context of this view, this function returns the maximum and minimum nodal results values and the nodes 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 |
maxNode | IFNode | the returned node at which maximum value occurs |
minNode | IFNode | the returned node at which minimum value occurs |
Return value | none |
Back to View
Back to Overview