FEM: command module, add some comment

This commit is contained in:
Bernd Hahnebach
2018-01-13 12:55:54 +01:00
parent 7b75af307a
commit 334ec9868a

View File

@@ -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())