wmayer
294100d95e
for inner loop use a different iterator variable than for outer loop, remove superfluous argument from Message()
2018-10-06 19:42:58 +02:00
Markus Lampert
0e9bbf401c
Cleaning up startEditing/finishEditing/isEditing
2018-10-05 11:30:45 +02:00
Bernd Hahnebach
6410c28ddb
FEM: vtk, tools, better comments in header file
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
c7252e5efd
FEM: vtk, import and export FC result, better log messages
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
dc41055741
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
ffdfaafb98
FEM: in out and vtk, make use of stats calculations for vtk import
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
3d86b69657
FEM: import tools, move stats calculation in separate method
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
f56afed06d
FEM: vtk, import FC result, further code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
702b999e48
FEM: vtk, import FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
a6ae394c1a
FEM: vtk, import FC result, get rid of needless essential property
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
e1b9ad2899
FEM: vtk, import FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
bc9de847f1
FEM: vtk, export FC result, move defs together
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
23643f08dc
FEM: vtk, import FC result, get rid of needles result types
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
b05d61b391
FEM: vtk, export FC result, small code improvements
2018-10-01 17:53:30 -03:00
Bernd Hahnebach
99855a1605
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
47dacf30d0
update resource file
2018-09-29 18:32:12 +02:00
Rafael
e8c6007c8f
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
13b45c9c79
FEM: revert ac1b037, it is based on a change which is not in master, not yet ;-)
2018-09-27 11:09:22 +02:00
Bernd Hahnebach
a0ff629747
FEM: vtk, post task boxes, add some comment
2018-09-26 22:43:07 +02:00
Bernd Hahnebach
a905b63632
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
de7ef263d2
FEM: vtk, initialize the enums of piplines VP
2018-09-26 22:42:40 +02:00
Bernd Hahnebach
5fc337baf5
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
ac1b0371e1
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
00bf21dc26
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
0c744f2517
FEM: fix an error handling issue, caused by an non existing variable
2018-09-26 17:15:03 +02:00
Bernd Hahnebach
50ab6e292c
FEM: Python code formating, flake8
2018-09-19 21:40:57 +02:00
Bernd Hahnebach
d6c6c4da6e
FEM: menues, delete the FEM before material menue entries, just like all other entries
2018-09-19 21:40:44 +02:00
Bernd Hahnebach
a20fa51084
FEM: menues, move element geometry enties into sub menue
2018-09-19 21:40:34 +02:00
wmayer
ff6ed27ba9
replace boolean to check for inside/outside cutting with enum values
2018-09-18 18:25:51 +02:00
wmayer
23b0c89b8a
fixes #0003155 : FEM to mesh conversion fails for shells
2018-09-12 12:39:12 +02:00
Bernd Hahnebach
15df652804
FEM: cpp commands post, do not use create, same like constraints, data along line
2018-09-11 07:22:45 +02:00
Bernd Hahnebach
f2422f1f7c
FEM: cpp commands post, do not use create, same like constraints, scalar clip
2018-09-11 07:22:45 +02:00
Bernd Hahnebach
c4e7ace300
FEM: cpp commands post, do not use create, same like constraints, linearized stress
2018-09-11 07:22:44 +02:00
Bernd Hahnebach
2db040dd84
FEM: cpp commands post, do not use create, same like constraints, data at point
2018-09-11 07:22:44 +02:00
Bernd Hahnebach
79e320d701
FEM: cpp commands post, do not use create, same like constraints, clip
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
2110292f32
FEM: cpp commands sort posts, cut
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
1075c331fa
FEM: cpp commands post, fix warning class and a typo
2018-09-11 07:22:43 +02:00
Bernd Hahnebach
c95cdb13bc
FEM: workbench, remove wrong spaces
2018-09-11 07:22:42 +02:00
Bernd Hahnebach
d62f1cbfed
FEM: gui py class init, sort classes
2018-09-11 07:22:42 +02:00
Bernd Hahnebach
1effc84eb9
FEM: gui py class init, delete duplicates
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
08e2c4f071
FEM: app py class init, sort classes
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
24c8686861
FEM: app py class init, add some spaces
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
c9e5551172
FEM: icons, add new line after add icons
2018-09-11 07:22:41 +02:00
Bernd Hahnebach
6ac8df583a
FEM: icons, rename inp editor
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
0cdfc8bc4c
FEM: icons, rename element rotation 1d
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
45bf29e0f8
FEM: icons, rename element geometry 2d
2018-09-11 07:22:40 +02:00
Bernd Hahnebach
1fe8dc99fc
FEM: icons, rename element geometry 1d
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
a8e34e566d
FEM: icons, rename element fluid 1d
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
316d99c862
FEM: icons, rename sovler cfd
2018-09-11 07:22:39 +02:00
Bernd Hahnebach
11d728a42e
FEM: icons, rename solver analysis frequency
2018-09-11 07:22:38 +02:00