FEM: GMSH mesh obj, switch to FEM WB on double click on obj
This commit is contained in:
committed by
Yorik van Havre
parent
6837b66dbb
commit
c2ffbef82a
@@ -63,6 +63,7 @@ class _ViewProviderFemMeshGmsh:
|
||||
return
|
||||
|
||||
def doubleClicked(self, vobj):
|
||||
FreeCADGui.activateWorkbench('FemWorkbench')
|
||||
# Group meshing is only active on active analysis, we should make sure the analysis the mesh belongs too is active
|
||||
gui_doc = FreeCADGui.getDocument(vobj.Object.Document)
|
||||
if not gui_doc.getInEdit():
|
||||
|
||||
Reference in New Issue
Block a user