FEM: add FIXME comment to CommandQuickAnalysis
This commit is contained in:
parent
c9d1fbdc7d
commit
1280a185c2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user