FEM: commands, add some comments

This commit is contained in:
Bernd Hahnebach
2020-02-20 22:30:22 +01:00
parent edc134ce44
commit f14beae5d4

View File

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