From a10f71788c38ddecc415ce657d98acaf4f796de5 Mon Sep 17 00:00:00 2001 From: UR-0 Date: Wed, 9 Jun 2021 12:01:25 +0200 Subject: [PATCH] FEM: member tools, add missing comments --- src/Mod/Fem/femtools/membertools.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/femtools/membertools.py b/src/Mod/Fem/femtools/membertools.py index b84de46473..0d25d6a663 100644 --- a/src/Mod/Fem/femtools/membertools.py +++ b/src/Mod/Fem/femtools/membertools.py @@ -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.