FEM: result mechanical, change obj type

This commit is contained in:
Bernd Hahnebach
2020-03-22 11:25:16 +01:00
parent 158e076f1f
commit 3ff9d36e92
3 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ class _FemResultMechanical(FemConstraint.Proxy):
The Fem::_FemResultMechanical's Proxy python type, add result specific properties
"""
Type = "Fem::FemResultMechanical"
Type = "Fem::ResultMechanical"
def __init__(self, obj):
super(_FemResultMechanical, self).__init__(obj)