Fem: typo in thickness property of FemAnalysis class
This commit is contained in:
committed by
Yorik van Havre
parent
f838ceb871
commit
2edf2d60b4
@@ -146,7 +146,7 @@ class _FemAnalysis:
|
||||
obj.Proxy = self
|
||||
#obj.Material = StartMat
|
||||
obj.addProperty("App::PropertyString","OutputDir","Base","Directory where the jobs get generated")
|
||||
obj.addProperty("App::PropertyFloat","PlateThikness","Base","Thikness of the plate")
|
||||
obj.addProperty("App::PropertyFloat","PlateThickness","Base","Thickness of the plate")
|
||||
|
||||
|
||||
def execute(self,obj):
|
||||
|
||||
Reference in New Issue
Block a user