Bernd Hahnebach
209eaeb39d
FEM: vtk, import and export FC result, better log messages
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
4fabaf94fc
FEM: vtk, import and export FC result, get the FC result properties for them from a seperate method
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
276948da4a
FEM: in out and vtk, make use of stats calculations for vtk import
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
3a3c02c22f
FEM: import tools, move stats calculation in separate method
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
94fee7a6a3
FEM: vtk, import FC result, further code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
110d6c327a
FEM: vtk, import FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
64676c9285
FEM: vtk, import FC result, get rid of needless essential property
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
44dd56df2a
FEM: vtk, import FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
d5752eebe2
FEM: vtk, export FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
f9cac3e0e3
FEM: vtk, import FC result, get rid of needles result types
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
421f54ac65
FEM: vtk, export FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
c19909f503
FEM: vtk, export FC result, get rid of needless result types
...
- an result is an result, we just gone export what we have
- a vtk result can consists of all kind of result types
2018-10-01 17:53:30 -03:00
wmayer
75013d3db8
update resource file
2018-09-29 18:32:12 +02:00
Rafael
ab51fa4b1c
Replace fem-post-filter-data-at-point PNGicon
...
Currently a FEM WB tool has a PNG icon in FreeCAD. This file is the
fem-post-filter-data-at-point.png The rest of the icons in FEM WB
are SVG files. This PNG icon is from ParaView and it has a different
stile, compared with the other FEM icons. It would be good to have
an original SVG icon for this tool.
This commit replaces the PNG file with a SVG file with a new design.
This job was a request from the FEM WB developer, in the UX/UI Design
FreeCAD Forum.
The new SVG icon follows the FreeCAD Artwork Guidelines
- https://www.freecadweb.org/wiki/Artwork_Guidelines
The new design keep the stile of the other icons with similar function
in the FEM toolbar
- https://www.freecadweb.org/wiki/File:Fem-DataAlongLine.svg
2018-09-29 18:30:50 +02:00
Bernd Hahnebach
2e19facb78
FEM: revert 4421020, it is based on a change which is not in master, not yet ;-)
2018-09-27 11:09:22 +02:00
Bernd Hahnebach
6ce1b7b89f
FEM: vtk, post task boxes, add some comment
2018-09-26 22:43:07 +02:00
Bernd Hahnebach
0b227a1670
FEM: vtk fix, task panels, some enumerations are no longer set back on any open of the tp
2018-09-26 22:42:53 +02:00
Bernd Hahnebach
d7dc8a893e
FEM: vtk, initialize the enums of piplines VP
2018-09-26 22:42:40 +02:00
Bernd Hahnebach
08400a91b3
FEM: vtk fix, remove scaling of vtk results
...
- only displacements had been scaled, all other results remained untouched
- if the results should be scaled all results needs to be scaled
- this includes all possible result types with their units
2018-09-26 22:42:26 +02:00
Bernd Hahnebach
381ab13a1a
FEM: input filewriter base class, remove no longer working mesh shape property, has been replaced by part
2018-09-26 22:41:56 +02:00
wmayer
1fb55d8d0a
fixes 0003618: FEM, GUI, mesh view provider, highlighted node show wrong node number on selection
2018-09-26 19:59:32 +02:00
Clemens Weissbacher
483060cc90
FEM: fix an error handling issue, caused by an non existing variable
2018-09-26 17:15:03 +02:00
Bernd Hahnebach
fbf94e127c
FEM: Python code formating, flake8
2018-09-19 21:40:57 +02:00
Bernd Hahnebach
e16ee9648f
FEM: menues, delete the FEM before material menue entries, just like all other entries
2018-09-19 21:40:44 +02:00
Bernd Hahnebach
e4c71803c4
FEM: menues, move element geometry enties into sub menue
2018-09-19 21:40:34 +02:00
wmayer
644cfa06bb
replace boolean to check for inside/outside cutting with enum values
2018-09-18 18:25:51 +02:00
wmayer
90e63b49a4
fixes #0003155 : FEM to mesh conversion fails for shells
2018-09-12 12:39:12 +02:00
Bernd Hahnebach
fc9f746bd7
FEM: cpp commands post, do not use create, same like constraints, data along line
2018-09-11 07:22:45 +02:00
Bernd Hahnebach
ac261d2fcf
FEM: cpp commands post, do not use create, same like constraints, scalar clip
2018-09-11 07:22:45 +02:00
Bernd Hahnebach
2f148fb15c
FEM: cpp commands post, do not use create, same like constraints, linearized stress
2018-09-11 07:22:44 +02:00
Bernd Hahnebach
3e4daa3e2a
FEM: cpp commands post, do not use create, same like constraints, data at point
2018-09-11 07:22:44 +02:00
Bernd Hahnebach
06c49c6ec2
FEM: cpp commands post, do not use create, same like constraints, clip
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
6aa0c82490
FEM: cpp commands sort posts, cut
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
862bc4e766
FEM: cpp commands post, fix warning class and a typo
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
cdacdc9f63
FEM: workbench, remove wrong spaces
2018-09-11 07:22:42 +02:00
Bernd Hahnebach
bf4b5dd841
FEM: gui py class init, sort classes
2018-09-11 07:22:42 +02:00
Bernd Hahnebach
5f0b23e174
FEM: gui py class init, delete duplicates
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
5563ce1f6b
FEM: app py class init, sort classes
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
7e22970352
FEM: app py class init, add some spaces
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
4eea233ed8
FEM: icons, add new line after add icons
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
c0a9590eb9
FEM: icons, rename inp editor
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
1a81356abb
FEM: icons, rename element rotation 1d
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
cbde321b45
FEM: icons, rename element geometry 2d
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
c18a39bd71
FEM: icons, rename element geometry 1d
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
93f190fce0
FEM: icons, rename element fluid 1d
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
ae3b530e56
FEM: icons, rename sovler cfd
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
370708a3df
FEM: icons, rename solver analysis frequency
2018-09-11 07:22:38 +02:00
Bernd Hahnebach
c74380e7a1
FEM: icons, rename solver analysis thermomechanical
2018-09-11 07:22:37 +02:00
Bernd Hahnebach
e15d3bbed1
FEM: icons, rename solver analysis static
2018-09-11 07:22:37 +02:00
Bernd Hahnebach
8ad8e3f6ab
FEM: icons, rename solver standard
2018-09-11 07:22:37 +02:00