Commit Graph

19464 Commits

Author SHA1 Message Date
Bernd Hahnebach
99ce8a55ff FEM: node sets, return sorted with unique values 2020-02-04 10:40:18 +01:00
Bernd Hahnebach
62577019cf FEM: ccx tools pre check, better error messages 2020-02-04 10:15:14 +01:00
Yorik van Havre
5eb1ddaeac Implemented SendToPythonConsole FreeCAD-wide (edit and context menu) 2020-02-04 10:02:29 +01:00
Bernd Hahnebach
fbd534a57b FEM: constraint contact, move retrieving the face ids in writer base class 2020-02-03 23:12:39 +01:00
Bernd Hahnebach
3706b88975 FEM: constraint contact ccx writer, use name to identify constr data in writer file 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
dbf4e9dc4a FEM: get pressure faces ids, some better comments and very small code improvement 2020-02-03 23:12:38 +01:00
Bernd Hahnebach
72da26a0c7 FEM: ccx tools unit test, fix file save name 2020-02-03 23:12:38 +01:00
wmayer
1050b1926f fix flaws to add PreCompiled.h inside normal header files 2020-02-03 15:03:49 +01:00
wmayer
49cb974bca Gui: [skip ci] handle possible division by zero in NaviCube 2020-02-03 14:39:54 +01:00
triplus
f66f18c459 Update copyright information [skip ci] 2020-02-03 08:16:12 -05:00
wmayer
c81f88d7d7 TechDraw: [skip ci] user visible text should be translated 2020-02-03 13:41:35 +01:00
donovaly
66c9166618 [TD] TaskRichAnno tr to fix Qt4 build 2020-02-03 07:20:52 -05:00
donovaly
97b80ff7f9 fix missing namespaces in SVG files
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42955&start=10#p365470
2020-02-03 07:20:52 -05:00
donovaly
3adb3a3343 [TD] correct icon name
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42979
2020-02-03 07:20:52 -05:00
WandererFan
06357db88d [TD]sync icon names and menu entries
- contributed by @uwe
2020-02-03 07:20:52 -05:00
donovaly
efadf25b08 [TD] fix 2 typos 2020-02-03 07:20:52 -05:00
donovaly
abc4aecbfc [TD] update menu name to fit into the current naming scheme 2020-02-03 07:20:52 -05:00
Bernd Hahnebach
718466154a FEM: unit test, fix comments 2020-02-03 08:46:27 +01:00
wmayer
0620d53b96 Part: Restore parametric refine function 2020-02-02 20:48:02 +01:00
wmayer
250e2f1535 Mesh: alternative method for cylinder fit using Levenberg-Marquardt algorithm 2020-02-02 16:30:05 +01:00
Bernd Hahnebach
9b58ce4224 FEM: meshtools, some commets for ccxelement faces binary search 2020-02-02 14:23:15 +01:00
wmayer
e623df1eaf Mesh: [skip ci] approximation of cylinder and sphere using WildMagic lib 2020-02-01 19:01:24 +01:00
wmayer
873d42c88b Mesh: [skip ci] fix crash in mesh segmentation 2020-02-01 18:59:00 +01:00
Bernd Hahnebach
ec192862b2 FEM: change example contact shell shell name 2020-02-01 16:37:15 +01:00
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