From f14beae5d4c5da20522533ff64e46d173d0f228f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 20 Feb 2020 22:30:22 +0100 Subject: [PATCH] FEM: commands, add some comments --- src/Mod/Fem/femcommands/commands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 9ba31378bd..9ad597edb3 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -28,6 +28,10 @@ from PySide import QtCore # Python command definitions # for C++ command definitions see src/Mod/Fem/Command.cpp +# TODO, may be even more generic class creation +# with type() and identifier instead of class for +# the commands which add new document objects. +# see https://www.python-course.eu/python3_classes_and_type.php class _Analysis(CommandManager):