View.getNodalResultsMaxMin


getNodalResultsMaxMin(entity, component, maxValue, minValue, maxNode, minNode)

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

entitystring Results entity i.e. "Stress - Thick Shell" etc..
componentstring Sx, Sy, Sxy, etc.. See element reference manual for details
maxValuedouble the returned maximum value
minValuedouble the returned minimum value
maxNodeIFNode the returned node at which maximum value occurs
minNodeIFNode the returned node at which minimum value occurs
Return valuenone 

Back to View

Back to Overview