FEM: default display mode, name it Default as it is done in all other FEM obj where a Default display mode is needed

This commit is contained in:
Bernd Hahnebach
2018-05-22 23:18:41 +02:00
committed by wmayer
parent 22d9339d34
commit 6556273cc7
8 changed files with 24 additions and 24 deletions

View File

@@ -52,13 +52,13 @@ class _ViewProviderFemElementGeometry1D:
self.ViewObject = vobj
self.Object = vobj.Object
self.standard = coin.SoGroup()
vobj.addDisplayMode(self.standard, "Standard")
vobj.addDisplayMode(self.standard, "Default")
def getDisplayModes(self, obj):
return ["Standard"]
return ["Default"]
def getDefaultDisplayMode(self):
return "Standard"
return "Default"
def updateData(self, obj, prop):
return