Commit Graph

19863 Commits

Author SHA1 Message Date
Bernd Hahnebach
cd913abfb6 FEM: post filter data at point, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
937706e5b4 FEM: post filter data along line, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
9f207bab26 FEM: post filter cut function, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
75d5baeeb8 FEM: post filter clip scalar, rename command 2020-03-06 07:00:00 +01:00
Bernd Hahnebach
08945a2551 FEM: post filter clip region, rename command 2020-03-06 07:00:00 +01:00
wmayer
dbe292496b ReverseEngineering: [skip ci] fix minor compiler warning 2020-03-05 18:57:53 +01:00
Bernd Hahnebach
b0cecc469b FEM: ccx tools solver calculix, use add attributes method from framework solver calculix 2020-03-05 17:44:22 +01:00
Bernd Hahnebach
c577b44be1 FEM: framework solver calculix, move adding attributes in separate method 2020-03-05 17:44:13 +01:00
donovaly
f8d90c2523 handle Leaders, Welds, Tiles and RichAnnos 2020-03-05 11:34:35 -05:00
donovaly
398bf689e2 [TD] catch the case a page has the template as only object
for more info see the thread https://forum.freecadweb.org/viewtopic.php?p=366902#p366902
2020-03-05 11:34:35 -05:00
wmayer
3be2e09743 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-03-05 16:38:21 +01:00
wmayer
593f02db63 ReverseEngineering: improve workflow of fitting of B-spline surface 2020-03-05 16:29:09 +01:00
Yorik van Havre
0c1289282b Merged latest translations from crowdin 2020-03-05 11:58:03 -03:00
wmayer
33f489e913 ReverseEngineering: manual mesh segmentation 2020-03-05 13:07:18 +01:00
luz.paz
6c7a473c9b [skip ci] AddonManager: Add Silk workbench icon
Closes https://github.com/edwardvmills/Silk/issues/10
Exported as Plain SVG
2020-03-05 09:05:17 -03:00
vocx-fc
13fd3470f7 Draft: Draft_Arc_3Points using the new arc function
Instead of creating the arc directly in the GuiCommand
it calls the new `make_arc_3point` function.
2020-03-05 09:03:02 -03:00
vocx-fc
a8712edb54 Draft: arc by 3 points function
Previously, the arc was entirely created in the GuiCommand
definition. The code to create only the arc is placed inside
a module so that the function can be used in scripting
from the terminal, without a graphical interface.
2020-03-05 09:03:02 -03:00
Bernd Hahnebach
062d782236 FEM: Python object base classes, some tweaks 2020-03-05 12:05:24 +01:00
wmayer
9d311b2b12 Part: [skip ci] add method to project point on surface 2020-03-05 10:48:12 +01:00
wmayer
cda6628f14 ReverseEngineering: improve mesh segmentation 2020-03-04 23:04:06 +01:00
donovaly
2cda87f23a ViewProviderProjGroup: handle the case that items have section or detail views that would be broken by the deletion 2020-03-04 08:24:17 -05:00
donovaly
ead6cfea71 handle now also section view, detail view and view 2020-03-04 08:24:17 -05:00
donovaly
941ce9c43c CanDelete is necessary for dimensions
- therefore revert commit bd0bf690b53f8355400278a127524029d225dffb.
- handle balloons the same way
- fix line ending in ViewProviderProjGroupItem.cpp
2020-03-04 08:24:17 -05:00
donovaly
dc94f25fd4 ViewProviderDimension: remove unused function 2020-03-04 08:24:17 -05:00
donovaly
76daaf1863 ViewProviderTemplate.cpp: remove unused include 2020-03-04 08:24:17 -05:00
donovaly
5a61baf07c [TD] handle object deletions better
see https://forum.freecadweb.org/viewtopic.php?p=366902#p366902
2020-03-04 08:24:17 -05:00
vocx-fc
b38ba6e11d Draft: lowercase use_link option for arrays
Inside the class `_DraftLink` the `onDocumentRestored` function
tests for the existence of the old attribute `useLink`. If it is
present, it uses it to define the new variable name `use_link`.
This is done use Python naming conventions.
The old `useLink` is deleted so it is not longer saved
together with the object when the document is saved.
2020-03-04 09:58:56 -03:00
Bernd Hahnebach
fc1ae5a9e4 FEM: more code formating 2020-03-04 08:40:52 +01:00
Bernd Hahnebach
5620122ae7 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
c460f08cbd FEM: use python base constraint class, mesh gmsh 2020-03-04 07:50:02 +01:00
Bernd Hahnebach
a47d33b5e2 FEM: python base constraint, add Object attribute 2020-03-04 07:49:53 +01:00
Bernd Hahnebach
213ba305eb Merge remote-tracking branch 'bernd/femtmp' 2020-03-03 21:29:01 +01:00
Patrick Felixberger
7e2814e5bf Fixed coolant with dressup 2020-03-03 21:27:31 +01:00
Patrick Felixberger
4545cf34b2 Added coolant support to grbl_post
Improved canned cycles

Added/translated comments
2020-03-03 21:27:31 +01:00
wmayer
8b3c31170b ReverseEngineering: implement mesh segmentation workflow 2020-03-03 21:27:31 +01:00
carlopav
432ae7c797 [Draft] Edit bugfix: closed wire check for point lying in the face plane
https://forum.freecadweb.org/viewtopic.php?f=23&t=43414&p=372524#p372524
2020-03-03 21:27:31 +01:00
vocx-fc
b1a71f4a53 Draft: new Draft_OrthoArray command
It replaces the older `Draft_Array` command, and provides
a task panel to select the properties, similar to the
`Draft_PolarArray` and `Draft_CircularArray` commands.

It can also create `App::Links` directly from this task
panel, so it also replaces the `Draft_LinkArray`
introduced by the LinkMerge.
2020-03-03 21:27:31 +01:00
wmayer
f95dc3588d Mesh: change MeshSegmentAlgorithm::FindSegments to accept shared instead of raw pointers 2020-03-03 21:27:31 +01:00
wmayer
7464c81dbe ReverseEngineering: [skip ci] improve segmentation based on point clouds 2020-03-03 21:27:31 +01:00
Mateusz Skowroński
9d6cf324e7 [ImageWB] Fix image scaling dialog for HighDPI displays. 2020-03-03 21:27:31 +01:00
Daniel Wood
5e3ffcff93 Stop the spindle before tool changes. 2020-03-03 21:27:31 +01:00
Daniel Wood
354e63ddb7 Handle coolant for ops using dressups 2020-03-03 21:27:31 +01:00
Daniel Wood
c36048e760 skip inactive operations 2020-03-03 21:27:31 +01:00
Bernd Hahnebach
9c0d0e94c6 FEM: Python objects and guiobjects, code formating 2020-03-03 21:26:21 +01:00
Bernd Hahnebach
65b5cb7f38 FEM: use python base constraint class, solver calculix 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
62fa28fc63 FEM: use python base constraint class, mesh result mesh 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
36118fb59e FEM: use python base constraint class, result mechanical 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
95a411d95a FEM: use python base constraint class, mesh region 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
0e029666e3 FEM: use python base constraint class, mesh group 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
85712261bc FEM: use python base constraint class, mesh boundary layer 2020-03-03 21:26:20 +01:00