Skip to content

Commit

Permalink
FEM: constraint tie, add Gui command, icon, implement task panel
Browse files Browse the repository at this point in the history
Added plausibility checks to ViewProvider's accept()

tie code formating
  • Loading branch information
UR-0 authored and berndhahnebach committed Feb 19, 2020
1 parent 0bd0364 commit c3864c1
Show file tree
Hide file tree
Showing 7 changed files with 1,524 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Mod/Fem/Gui/CMakeLists.txt
Expand Up @@ -404,6 +404,7 @@ INSTALL(FILES ${FemGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Fem/Re
# Python modules ui files, they are copied as they are, thus the need not to be added to Fem.qrc
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=25833
SET(FemGuiPythonUI_SRCS
Resources/ui/ConstraintTie.ui
Resources/ui/ElectrostaticPotential.ui
Resources/ui/ElementFluid1D.ui
Resources/ui/ElementGeometry1D.ui
Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -25,6 +25,7 @@
<file>icons/fem-constraint-pulley.svg</file>
<file>icons/fem-constraint-selfweight.svg</file>
<file>icons/fem-constraint-temperature.svg</file>
<file>icons/fem-constraint-tie.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>
Expand Down Expand Up @@ -110,6 +111,7 @@
<file>translations/Fem_vi.qm</file>
<file>translations/Fem_zh-CN.qm</file>
<file>translations/Fem_zh-TW.qm</file>
<file>ui/ConstraintTie.ui</file>
<file>ui/ElectrostaticPotential.ui</file>
<file>ui/ElementFluid1D.ui</file>
<file>ui/ElementGeometry1D.ui</file>
Expand Down

0 comments on commit c3864c1

Please sign in to comment.