FEM: typo in self weight object

This commit is contained in:
Bernd Hahnebach 2016-09-25 19:36:26 +01:00 committed by Yorik van Havre
parent 6e05fb0d29
commit 00efd7c8ab

View File

@ -31,7 +31,7 @@ import _FemConstraintSelfWeight
def makeFemConstraintSelfWeight(name="FemConstraintSelfWeight"):
'''makeFemFemConstraintSelfWeight([name]): creates an beamsection object to define a cross section'''
'''makeFemFemConstraintSelfWeight([name]): creates an self weight object to define a gravitiy load'''
obj = FemGui.getActiveAnalysis().Document.addObject("Fem::FeaturePython", name)
_FemConstraintSelfWeight._FemConstraintSelfWeight(obj)
if FreeCAD.GuiUp: