FEM: Remove not used setColorStress function

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-06-02 11:35:34 +01:00
parent aed303f4ff
commit 8195ce579b
-8
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-------------------------------"