FEM: typo in self weight object
This commit is contained in:
parent
6e05fb0d29
commit
00efd7c8ab
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user