FEM: Implement constraint displacement in C++

This commit is contained in:
vginkeo
2016-02-11 08:55:57 +02:00
parent 6a103493a1
commit b1dc2cbf94
30 changed files with 2277 additions and 42 deletions

View File

@@ -43,6 +43,9 @@ class _CommandSolverJobControl(FemCommands):
self.is_active = 'with_solver'
def Activated(self):
self.hide_parts_constraints_show_meshes()
solver_obj = FreeCADGui.Selection.getSelection()[0]
FreeCADGui.ActiveDocument.setEdit(solver_obj, 0)