From 334ec9868acc0f80633bd645ddaa42a0109b1ef1 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 13 Jan 2018 12:55:54 +0100 Subject: [PATCH] FEM: command module, add some comment --- src/Mod/Fem/femcommands/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 434e0644b3..4676878d09 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -678,6 +678,7 @@ class _CommandFemSolverZ88(CommandManager): FreeCADGui.doCommand("FemGui.getActiveAnalysis().addObject(ObjectsFem.makeSolverZ88(FreeCAD.ActiveDocument))") +# the sting in add command will be the page name on FreeCAD wiki FreeCADGui.addCommand('FEM_Analysis', _CommandFemAnalysis()) FreeCADGui.addCommand('FEM_ConstraintBodyHeatSource', _CommandFemConstraintBodyHeatSource()) FreeCADGui.addCommand('FEM_ConstraintElectrostaticPotential', _CommandFemConstraintElectrostaticPotential())