From 04b6024e6424d99912aebfba9dcd90a6f4800ce6 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 15 Sep 2015 07:27:57 +0200 Subject: [PATCH] FEM: update FemAnalysis class description --- src/Mod/Fem/MechanicalAnalysis.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/Fem/MechanicalAnalysis.py b/src/Mod/Fem/MechanicalAnalysis.py index 5884c738ee..1fc81cdf60 100644 --- a/src/Mod/Fem/MechanicalAnalysis.py +++ b/src/Mod/Fem/MechanicalAnalysis.py @@ -226,11 +226,10 @@ class _CommandMechanicalShowResult: class _FemAnalysis: - "The Material object" + "The FemAnalysis container object" def __init__(self, obj): self.Type = "FemAnalysis" obj.Proxy = self - #obj.Material = StartMat obj.addProperty("App::PropertyString", "OutputDir", "Base", "Directory where the jobs get generated") def execute(self, obj): @@ -249,7 +248,7 @@ class _FemAnalysis: class _ViewProviderFemAnalysis: - "A View Provider for the Material object" + "A View Provider for the FemAnalysis container object" def __init__(self): #vobj.addProperty("App::PropertyLength", "BubbleSize", "Base", str(translate("Fem", "The size of the axis bubbles")))