FEM: material object, change type

This commit is contained in:
Bernd Hahnebach
2020-05-21 23:09:55 +02:00
parent 40d9b704e5
commit f14d8bef21
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ class _FemMaterial(FemConstraint.Proxy):
The FEM Material object
"""
Type = "Fem::Material"
Type = "Fem::MaterialCommon"
def __init__(self, obj):
super(_FemMaterial, self).__init__(obj)