On the contrary if python is used the popup does not pop up
- start FreeCAD --> start wb --> 3D FEM example --> python code
Code: Select all
App.ActiveDocument.removeObject("CalculiX_static_results")
A grep to Object dependencies
Code: Select all
grep -r "Object dependencies"
src/Gui/MainWindow.cpp: tr("Object dependencies"),
src/Gui/CommandDoc.cpp: qApp->translate("Std_DuplicateSelection","Object dependencies"),
src/Gui/CommandDoc.cpp: qApp->translate("Std_Delete", "Object dependencies"), bodyMessage,
explains why it is not pop up in python, because it only pops up on GUI. Mhh but I do not really know how we could get rid of this popup for the FEM results.