FEM: analysis group meshing, deactivate by default

This commit is contained in:
Bernd Hahnebach
2018-07-10 23:42:25 +02:00
committed by Yorik van Havre
parent 901c222cc6
commit 1ee395042c

View File

@@ -265,7 +265,7 @@ class GmshTools():
FreeCAD.Console.PrintError(" A group with this name exists already.\n")
# group meshing for analysis
analysis_group_meshing = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Fem/General").GetBool("AnalysisGroupMeshing", True)
analysis_group_meshing = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Fem/General").GetBool("AnalysisGroupMeshing", False)
if self.analysis and analysis_group_meshing:
print(' Group meshing for analysis.')
self.group_nodes_export = True