FEM: result object refactor, move most properties from C++ to a new Python result object
This commit is contained in:
committed by
Bernd Hahnebach
parent
ea1829c9fa
commit
c13ca92792
@@ -45,12 +45,13 @@ ViewProviderResult::~ViewProviderResult()
|
||||
|
||||
}
|
||||
|
||||
/* not needed since _ViewProviderFemResult.py is made
|
||||
bool ViewProviderResult::doubleClicked(void)
|
||||
{
|
||||
Gui::Command::runCommand(Gui::Command::Gui, "Gui.runCommand('Fem_ShowResult')");
|
||||
return true;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
// Python feature -----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user