Skip to content

Commit

Permalink
FEM: Remove not used setColorStress function
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF committed Jun 2, 2015
1 parent aed303f commit 8195ce5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -591,14 +591,6 @@ def setDisplacement(self):
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-------------------------------"
Expand Down

0 comments on commit 8195ce5

Please sign in to comment.