FEM: result mesh, change obj type

This commit is contained in:
Bernd Hahnebach
2020-03-22 11:25:16 +01:00
parent ff6829522b
commit d953828d30
7 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ class _FemMeshResult(FemConstraint.Proxy):
The Fem::FemMeshObject's Proxy python type, add Result specific object type
"""
Type = "Fem::FemMeshResult"
Type = "Fem::MeshResult"
def __init__(self, obj):
super(_FemMeshResult, self).__init__(obj)