FEM: member tools, add missing comments

This commit is contained in:
UR-0
2021-06-09 12:01:25 +02:00
committed by Bernd Hahnebach
parent b07d126274
commit a10f71788c

View File

@@ -220,13 +220,17 @@ class AnalysisMember():
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.