Bernd Hahnebach
dc554690cb
FEM: add contact solid solid unit test
2020-02-01 16:37:09 +01:00
Bernd Hahnebach
87d4276481
FEM: add constraint contact solid solid example
2020-02-01 16:36:58 +01:00
donovaly
a2119e64c6
add missing placeholder text as in #2968
2020-01-31 08:35:38 -05:00
donovaly
0d4f226919
* also update 2 tooltips (the dialog already shows the current length unit)
2020-01-31 08:35:38 -05:00
donovaly
dc76b7fb5c
[TD] set default text size for RichAnno dialog
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42414&p=364965#p364965
2020-01-31 08:35:38 -05:00
Yorik van Havre
7cdb5afe81
Arch: Fix in material reader
2020-01-31 13:49:31 +01:00
Bernd Hahnebach
c9ecf24bc5
FEM: utils, better print message for ref shape check
2020-01-31 08:49:10 +01:00
Bernd Hahnebach
1750f8bece
FEM: ccx tools test, sort imports
2020-01-31 08:26:06 +01:00
Bernd Hahnebach
9b56b92fe1
FEM: unit test, reactivate nonlin mat unit test for Py3
2020-01-30 21:10:56 +01:00
Bernd Hahnebach
d3fe9c9658
FEM: examples, copy code to run to module top
2020-01-30 17:53:23 +01:00
wmayer
90addbe9c8
Mesh: [skip-ci] add method to get curvature info directly from mesh object
2020-01-30 17:22:31 +01:00
wmayer
9ed3ddc0eb
Mesh: [skip-ci] fix wrongly computed curvature values for meshes in analysis tool
2020-01-30 17:09:28 +01:00
wmayer
4cdf939025
issue #0004258 : FreeCAD crashes on "Edit datum" in PartDesign when datum in Part [skip-ci]
2020-01-30 16:07:17 +01:00
donovaly
c1f19e0aba
[TD] add missing update when changing WeldSymbol parameter
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608&p=364690#p364690
2020-01-30 09:29:51 -05:00
wandererfan
eb717b2fd3
[SK]change coincident point icon
2020-01-30 08:48:03 -05:00
Bernd Hahnebach
799e9dbd86
FEM: ccx writer, small code formating
2020-01-30 09:00:40 +01:00
Bernd Hahnebach
7a4bedb540
FEM: unit test objects, add some prints and obj count tests
2020-01-29 22:54:54 +01:00
Bernd Hahnebach
86d8a5fcde
FEM: unit test objects, improve code
2020-01-29 22:54:31 +01:00
Bernd Hahnebach
63e8a575f8
FEM: icons, fix constraint initial temperature
2020-01-29 22:54:23 +01:00
wandererfan
c4394eadc6
[TD]Default color and weight for markup lines
2020-01-29 15:26:06 -05:00
wandererfan
61cbdd0297
[TD]fix missing parm save/restore
2020-01-29 15:26:06 -05:00
wandererfan
041640e0cc
[TD]fix EdgeCapStyle default
2020-01-29 15:26:06 -05:00
wmayer
e9662984e7
Part: make reverse function parametric
2020-01-29 16:43:35 +01:00
Yorik van Havre
ee10405140
Draft: Use proper multi-line text editor for Draft Text tool
2020-01-29 14:27:01 +01:00
Yorik van Havre
381ccf7fbe
Arch: Support for per-face colors in OfflineRenderingUtils
2020-01-29 14:26:38 +01:00
wmayer
4e02de80c0
Inspection: multi-threaded calculation
2020-01-29 11:55:49 +01:00
Dion Moult
8ef469a60a
Fix sign of long/lats
2020-01-29 09:33:43 +01:00
M G Berberich
15bef3283f
[Draft]fix circular array python2
...
There was semantic change of the division operator ‘/’
from python2 to python3. This fix makes the circular array
work with python2 correctly.
See PEP 238
2020-01-29 09:33:24 +01:00
carlopav
21f8b80f55
[Draft] Context menu bugfix
...
If "Line" is not translated, the menu is not appended
2020-01-29 09:32:52 +01:00
Bernd Hahnebach
2f0208ba06
FEM: ccx writer, fix typo in contact surface writer
2020-01-29 08:37:42 +01:00
donovaly
922c955218
[TD] fix regression with line width I introduced today
2020-01-28 21:07:49 -05:00
wmayer
f22e1eb32c
Inspection: [skip-ci] const correctness
2020-01-28 19:20:09 +01:00
donovaly
e148a08b0e
[TD] disable the frame parameters if there is no frame
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42747&start=10#p363768 following
2020-01-28 12:42:13 -05:00
donovaly
853dc6d884
[TD] improve RichAnno and LeaderLine dialog
...
see: https://forum.freecadweb.org/viewtopic.php?f=35&t=42746&p=364126#p364126
2020-01-28 12:40:56 -05:00
wmayer
81b50bf70e
Gui: [skip-ci] disable cancel button of progress dialog if operation cannot be aborted
2020-01-28 13:48:59 +01:00
Yorik van Havre
5c39f3e035
OpenSCAD: Fixed cmake file
2020-01-28 12:23:09 +01:00
Yorik van Havre
f52dfad5fa
OpenSCAD: Add warning if PLY module is not found
2020-01-28 12:22:08 +01:00
KeithSloan
4802ef3522
Add GDML Workbench to AddonManager
2020-01-28 12:15:55 +01:00
KeithSloan
7e9a45d2bb
Remove ply from OpenSCAD directory as installed as part of FreeCAD
2020-01-28 12:15:55 +01:00
Dion Moult
24c7ceb309
Import transparent and IFC4 colours
2020-01-28 12:14:10 +01:00
triplus
0b2251a88e
Reduce demo icon theme
...
Mitigate an issue with scaled icons as discussed:
https://forum.freecadweb.org/viewtopic.php?f=10&t=28838&p=363487#p363487
2020-01-28 12:08:11 +01:00
vocx-fc
8eb56228cf
Draft: plane proxy by default saves the state and view
2020-01-28 11:59:36 +01:00
wandererfan
83349d9b7e
[TD]add missing letter to parameter string
2020-01-27 19:19:17 -05:00
wandererfan
90964f763b
[TD]paint on RTA feature change
2020-01-27 15:42:48 -05:00
wandererfan
4827717884
[TD]update VP property changes immediately
2020-01-27 15:42:48 -05:00
wandererfan
6029d629be
[TD]update leaderline immediate when props change
2020-01-27 15:42:48 -05:00
Bernd Hahnebach
3f5234c357
FEM: unit tests, temporary deactivate nonlinear material writing test
2020-01-27 21:34:20 +01:00
UR-0
67d44305cd
FEM: ccx writer, delete space in input file
2020-01-27 18:13:47 +01:00
UR-0
98ef4ef510
FEM: sort icons resources file
2020-01-27 18:13:38 +01:00
Bernd Hahnebach
7ea6039586
FEM: fenics export, remove u from print messages
2020-01-27 18:12:56 +01:00