FEM: beam rotation object, add an own icon for this object

This commit is contained in:
Bernd Hahnebach
2018-01-23 06:39:21 +01:00
committed by wmayer
parent bc8219cc36
commit 4ac2f2d37a
4 changed files with 578 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class _ViewProviderFemElementRotation1D:
vobj.Proxy = self
def getIcon(self):
return ":/icons/fem-beam-section.svg"
return ":/icons/fem-beam-rotation.svg"
def attach(self, vobj):
from pivy import coin