Skip to content

Commit

Permalink
FEM: member tools, add missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
UR-0 authored and berndhahnebach committed Jun 9, 2021
1 parent 78fe078 commit 149dccf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Mod/Fem/femtools/membertools.py
Expand Up @@ -220,13 +220,17 @@ def __init__(self, analysis):
list of pressure constraints from the analysis.
[{"Object":pressure_obj, "xxxxxxxx":value}, {}, ...]
constraints_sectionprint : list of dictionaries
list of sectionprints for the analysis.
[{"Object":sectionprint_obj, "xxxxxxxx":value}, {}, ...]
constraints_selfweight : list of dictionaries
list of selfweight constraints from the analysis.
[{"Object":selfweight_obj, "xxxxxxxx":value}, {}, ...]
constraints_temperature : list of dictionaries
list of temperatures for the analysis.
[{"Object":temerature_obj, "xxxxxxxx":value}, {}, ...]
[{"Object":temperature_obj, "xxxxxxxx":value}, {}, ...]
constraints_tie : list of dictionaries
list of ties for the analysis.
Expand Down

0 comments on commit 149dccf

Please sign in to comment.