FEM: add FIXME comment to CommandQuickAnalysis

This commit is contained in:
Bernd Hahnebach 2016-03-18 07:23:01 +01:00 committed by wmayer
parent c9d1fbdc7d
commit 1280a185c2

View File

@ -64,6 +64,7 @@ class _CommandQuickAnalysis(FemCommands):
def show_results_on_mesh(self):
#FIXME proprer mesh refreshing as per FreeCAD.FEM_dialog settings required
# or confirmation that it's safe to call restore_result_dialog
#FIXME if an analysis has multiple results (frequence) the first result object found is restored
import _TaskPanelResultControl
tp = _TaskPanelResultControl._TaskPanelResultControl()
tp.restore_result_dialog()