FEM: Remove not used setColorStress function

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-05-27 15:56:51 +01:00
parent aed303f4ff
commit 8195ce579b

View File

@ -591,14 +591,6 @@ class _ResultControlTaskPanel:
if self.DisplacementObject:
self.MeshObject.ViewObject.setNodeDisplacementByResult(self.DisplacementObject)
def setColorStress(self):
if self.StressObject:
values = self.StressObject.Values
maxVal = max(values)
self.form.doubleSpinBox_MinValueColor.setValue(maxVal)
self.MeshObject.ViewObject.setNodeColorByResult(self.StressObject)
def update(self):
'fills the widgets'
#print "Update-------------------------------"