FEM: Remove not used setColorStress function
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
aed303f4ff
commit
8195ce579b
|
@ -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-------------------------------"
|
||||
|
|
Loading…
Reference in New Issue
Block a user