Skip to content

Commit

Permalink
FEM implement ccx constraint *SECTION PRINT
Browse files Browse the repository at this point in the history
  • Loading branch information
UR-0 authored and berndhahnebach committed Apr 24, 2020
1 parent 0739c2f commit b380fdb
Show file tree
Hide file tree
Showing 15 changed files with 712 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -240,6 +240,7 @@ SET(FemObjectsScripts_SRCS
femobjects/_FemConstraintInitialFlowVelocity.py
femobjects/_FemConstraintSelfWeight.py
femobjects/_FemConstraintTie.py
femobjects/_FemConstraintSectionPrint.py
femobjects/_FemElementFluid1D.py
femobjects/_FemElementGeometry1D.py
femobjects/_FemElementGeometry2D.py
Expand Down Expand Up @@ -324,6 +325,7 @@ SET(FemGuiScripts_SRCS
femguiobjects/_ViewProviderFemConstraintInitialFlowVelocity.py
femguiobjects/_ViewProviderFemConstraintSelfWeight.py
femguiobjects/_ViewProviderFemConstraintTie.py
femguiobjects/_ViewProviderFemConstraintSectionPrint.py
femguiobjects/_ViewProviderFemElementFluid1D.py
femguiobjects/_ViewProviderFemElementGeometry1D.py
femguiobjects/_ViewProviderFemElementGeometry2D.py
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Fem/Gui/CMakeLists.txt
Expand Up @@ -405,6 +405,7 @@ INSTALL(FILES ${FemGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Fem/Re
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=25833
SET(FemGuiPythonUI_SRCS
Resources/ui/ConstraintTie.ui
Resources/ui/ConstraintSectionPrint.ui
Resources/ui/ElectrostaticPotential.ui
Resources/ui/ElementFluid1D.ui
Resources/ui/ElementGeometry1D.ui
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -24,6 +24,7 @@
<file>icons/FEM_ConstraintPlaneRotation.svg</file>
<file>icons/FEM_ConstraintPressure.svg</file>
<file>icons/FEM_ConstraintPulley.svg</file>
<file>icons/FEM_ConstraintSectionPrint.svg</file>
<file>icons/FEM_ConstraintSelfWeight.svg</file>
<file>icons/FEM_ConstraintTemperature.svg</file>
<file>icons/FEM_ConstraintTie.svg</file>
Expand Down

0 comments on commit b380fdb

Please sign in to comment.