View.getElementNodalResultsMaxMin


getElementNodalResultsMaxMin(entity, component, maxValue, minValue, maxElement, minElement, maxNode, minNode)

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

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
maxElementIFElement the returned element at which maximum value occurs
minElementIFElement the returned element at which minimum value occurs
maxNodeinteger the returned local node at which maximum value occurs. Use getNodes to access the node object
minNodeinteger the returned local node at which minimum value occurs. Use getNodes to access the node object
Return valuenone 

Back to View

Back to Overview