OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15780 (Git)
Build type: Release
Branch: master
Hash: f94e76c1116ec3b818961ff65131b3d86fa5b95e
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)
To reproduce:
- create a new document, there create a simple body, e.g. a block
- create a new simulation
- now use the menu Model -> Electrostatic Contraint
result: In the report panel I get this error messages:
Traceback (most recent call last):
File "C:\Users\USti\Desktop\FreeCAD_0.18.15780_Conda_Py3QT5-WinVS2015_x64\Mod\Fem\femguiobjects\_ViewProviderFemConstraintElectrostaticPotential.py", line 52, in setEdit
task = _TaskPanel(vobj.Object)
File "C:\Users\USti\Desktop\FreeCAD_0.18.15780_Conda_Py3QT5-WinVS2015_x64\Mod\Fem\femguiobjects\_ViewProviderFemConstraintElectrostaticPotential.py", line 72, in __init__
self._mesh = FemUtils.getSingleMember(analysis, "Fem::FemMeshObject")
<class 'AttributeError'>: module 'femtools.femutils' has no attribute 'getSingleMember'
- now try to do something in the analysis e.g. double-click on "CalculiXccxTools"
result: you get the message that there is a dialog active:
But there is no active task and no open dialog.
result: Working with FEM becomes impossible.
workaround: right-click on the contraint in the model view and then chose "Finish Editing"
OK to report this as bug? It seems related to issue #3804 but is different I think.