View.getGaussResultsMaxMin


getGaussResultsMaxMin(entity, component, maxValue, minValue, maxElement, minElement, maxGaussPoint, minGaussPoint)

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
maxGaussPointinteger the returned gauss point at which maximum value occurs
minGaussPointinteger the returned gauss point at which minimum value occurs
Return valuenone 

Back to View

Back to Overview