FEM: icons, rename element geometry 1d
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<file>icons/fem-add-part.svg</file>
|
||||
<file>icons/fem-analysis.svg</file>
|
||||
<file>icons/fem-beam-rotation.svg</file>
|
||||
<file>icons/fem-beam-section.svg</file>
|
||||
<file>icons/fem-clipping-plane-add.svg</file>
|
||||
<file>icons/fem-clipping-plane-remove-all.svg</file>
|
||||
<file>icons/fem-constraint-bearing.svg</file>
|
||||
@@ -32,6 +31,7 @@
|
||||
<file>icons/fem-constraint-temperature.svg</file>
|
||||
<file>icons/fem-constraint-transform.svg</file>
|
||||
<file>icons/fem-element-fluid-1d.svg</file>
|
||||
<file>icons/fem-element-geometry-1d.svg</file>
|
||||
<file>icons/fem-equation-electrostatic.svg</file>
|
||||
<file>icons/fem-equation-fluxsolver.svg</file>
|
||||
<file>icons/fem-equation-elasticity.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -236,7 +236,7 @@ class _CommandFemElementGeometry1D(CommandManager):
|
||||
"The Fem_ElementGeometry1D command definition"
|
||||
def __init__(self):
|
||||
super(_CommandFemElementGeometry1D, self).__init__()
|
||||
self.resources = {'Pixmap': 'fem-beam-section',
|
||||
self.resources = {'Pixmap': 'fem-element-geometry-1d',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_ElementGeometry1D", "Beam cross section"),
|
||||
'Accel': "C, B",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_ElementGeometry1D", "Creates a FEM beam cross section")}
|
||||
|
||||
@@ -45,7 +45,7 @@ class _ViewProviderFemElementGeometry1D:
|
||||
vobj.Proxy = self
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-beam-section.svg"
|
||||
return ":/icons/fem-element-geometry-1d.svg"
|
||||
|
||||
def attach(self, vobj):
|
||||
from pivy import coin
|
||||
|
||||
Reference in New Issue
Block a user