FEM: objects module, rename result objects to post processing ones

This commit is contained in:
Bernd Hahnebach
2018-08-26 14:03:12 +02:00
committed by wmayer
parent d8f65890df
commit a02b355747

View File

@@ -350,7 +350,7 @@ def makeMeshResult(doc, name="FEMMeshResult"):
return obj
########## result objects ##########
########## post processing objects ##########
def makeResultMechanical(doc, name="MechanicalResult"):
'''makeResultMechanical(document, [name]): creates an mechanical result object to hold FEM results'''
obj = doc.addObject('Fem::FemResultObjectPython', name)