Stefan Tröger
ec16290be2
FEM Post: Fix rebase errors
2016-05-18 21:35:15 +02:00
Stefan Tröger
3d5bcb5083
FEM Post: Handle wireframe with internal wires
2016-05-18 21:35:15 +02:00
Stefan Tröger
524dd7dbdc
FEM Post: integrate FreeCAD color system
2016-05-18 21:35:15 +02:00
Stefan Tröger
53312d2d10
FEM Post: Fix cutter error and "remove crashs"
2016-05-18 21:35:15 +02:00
Stefan Tröger
e801be0ccd
FEM Post: Clean up work
2016-05-18 21:35:15 +02:00
Stefan Tröger
336e014130
FEM Post: Fix and extend file handling
...
-Fix crash on saving due to bad result to pipeline transfer
-fix vtk smart pointer usage
-support more file types(new vtk xml formats)
2016-05-18 21:35:15 +02:00
Stefan Tröger
c2a5cfb2f1
FEM Post: FreeCADify the vtk post processing
...
- Data property for saving/loading vtk data
- Use FreeCAD recompute system instead of vtk pipeline
2016-05-18 21:35:15 +02:00
Stefan Tröger
7ad1eae9b7
FEM Post: Add icons
2016-05-18 21:35:15 +02:00
Stefan Tröger
cbda698dee
FEM Post: Fix crash due to wrong initalisation
2016-05-18 21:35:15 +02:00
Stefan Tröger
4ed61f5bba
FEM Post: Update function manipulators
...
Update includes view and transformation handling
2016-05-18 21:35:15 +02:00
Stefan Tröger
fdfcf56369
FEM Post: Fix crash on gui dialog only
2016-05-18 21:35:15 +02:00
Stefan Tröger
44fea819ce
FEM Post: Add icons for fem post processing
2016-05-18 21:35:15 +02:00
Stefan Tröger
442c3be8e1
FEM Post: Add cut filter
2016-05-18 21:35:15 +02:00
Stefan Tröger
8a339b435a
FEM Post: Add warp vector filter
2016-05-18 21:35:15 +02:00
Stefan Tröger
43a298ee24
FEM Post: Command for creation of post pipeline from result
2016-05-18 21:35:15 +02:00
Stefan Tröger
d0a8f6d820
FEM Post: Detail filter infrastructure
2016-05-18 21:35:15 +02:00
Stefan Tröger
d52639cf8d
FEM Post: Basic implementation of filter framework
2016-05-18 21:35:15 +02:00
Stefan Tröger
02095a49af
FEM Post: Move post processing to fem objects
2016-05-18 21:35:15 +02:00
Bernd Hahnebach
f4666ec278
FEM: Z88: add preference to set z88r binary path
2016-05-16 13:22:54 +02:00
Bernd Hahnebach
0a4fb90fe8
FEM: Z88: support for analysis with solver Z88
2016-05-16 13:22:54 +02:00
Bernd Hahnebach
a39f24d978
FEM: some renameing for multiple solver:
...
- module names vs multiple solver
- stick with python command class names in Fem
- rename commands for new objects from _CommandFemSomeObjName to _CommandSomeObjName
- rename commands for do something to _CommandDoSomething
- change tool names to have a consistent naming in all FEM for menue tools and tool tipps
2016-05-16 13:22:54 +02:00
Bernd Hahnebach
267aec014a
FEM: replace tabs at line start by spaces
2016-04-24 19:10:33 +02:00
Bernd Hahnebach
3091fd5973
FEM: remove trailing whitespaces
2016-04-24 19:10:33 +02:00
Bernd Hahnebach
11a1de07d1
FEM: convert all windows code files to unix line ending
2016-04-24 19:10:33 +02:00
Yorik van Havre
f709bf3b30
FEM: Results can now be double-clicked to show their task panel
2016-04-17 14:01:10 -03:00
Bernd Hahnebach
719eb7cd37
FEM: Mesh ViewProvider, remove some console log prints
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
336b088b9a
FEM: Mesh Viewprovider, add faces and edges of pyra13
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
3f77f7789f
FEM: Mesh ViewProvider, add faces and edges of penta15
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
9d90760c5e
FEM: Mesh ViewProvider, add faces and edges of pyra5
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
fab338c571
FEM: Mesh ViewProvider, add faces and edges of penta6
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
99e56e2a69
FEM: Mesh ViewProvider, add faces and edges of hexa20
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
b90271f7b6
FEM: Mesh ViewProvider, add faces and edges of quad8
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
efe8276ae4
FEM: Mesh ViewProvider, change node order and painting of hexa8
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
6721cbb3a6
FEM: Mesh ViewProvider, change painting and some comments of quad4
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
9c0d123f0d
FEM: Mesh ViewProvider, change node order and painting of tetra10
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
ef54a40af1
FEM: Mesh ViewProvider, change node order and painting of tria6
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
f8e18049f1
FEM: Mesh ViewProvider, change painting of tetra4
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
5f2c61ffb4
FEM: Mesh ViewProvider, change painting of tria3
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
d2b7111a02
FEM: Mesh ViewProvider, add some console log prints
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
8de00ce4ff
FEM: Mesh ViewProvider, move comments in adding the nodes loop
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
f0bf9da79b
FEM: Mesh ViewProvider, sort intends
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
ef53324f09
FEM: Mesh ViewProvider, change some comments and exception messages
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
03b355f8d7
FEM: Mesh ViewProvider, sort empty lines
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
f1b66e9586
FEM: Mesh ViewProvider, remove some trailing white spaces
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
3fd05fab6a
FEM: Mesh ViewProvider, fix faces count for penta6 and penta15
2016-04-09 21:00:58 +02:00
Bernd Hahnebach
ec31ab625f
FEM: Mesh ViewProvider, fix wrong break in switch
2016-04-09 21:00:58 +02:00
Yorik van Havre
819f790900
updated translations
2016-04-06 22:39:34 -03:00
Bernd Hahnebach
5f45a464b8
FEM: preference setting to disable restore result dialog settings
2016-03-18 21:53:13 +01:00
Yorik van Havre
66e33b066a
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
7d0012e160
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00