Commit Graph

27860 Commits

Author SHA1 Message Date
Uwe fdaca02994 [skip CI] [FEM] fix initialization mistake
- initial point should be (0, 0, 0)
  (mistake introduced by me today)
2022-06-10 14:11:42 +02:00
Uwe 4c3c23776d [FEM] fix illegal storage access in point filter
- occurred when changing Field to "None"

- also remove doubled and unused code and add a blank line to separate the different filters in the code better
2022-06-10 13:16:23 +02:00
Yorik van Havre 19ffd1ca94 Merged crowdin translations 2022-06-10 11:03:57 +02:00
Yorik van Havre fa9c78611e Updated ts files 2022-06-10 10:29:18 +02:00
Uwe 825d95314e [FEM] fix unit handling of point result filter
- the App part used already units but the dialog worked unitless. This is error-prone and confusing. Therefore use unit widgets in the dialog.
- also fix issue that unit was not reset (after e.g. a temperature maybe a unitless strain should be shown)
2022-06-10 04:20:25 +02:00
Uwe 10c6d6eabf [skip CI] [PD] fix typo 2022-06-10 03:39:04 +02:00
Chris Hennes b54b3e6e32 Addon Manager: Fix bug in macro git repo 2022-06-09 19:50:05 -05:00
Uwe 6bb6bb4d24 [FEM] fix unit settings of data point filter 2022-06-10 02:42:17 +02:00
Uwe 8fb5ce3c43 [FEM] allow to copy and edit result data
- at the moment you cannot get the result data, for example to make your own plot. Also for the line you might want to have unequal x-steps etc. Especially for the data point filter not getting the data actually makes the tool quite useless.
- therefore set the properties to output
2022-06-10 02:41:08 +02:00
Uwe 43a14ab4df [FEM] fix result point filter upon line filter
having a point filter on a line filter is valid and useful, was maybe just forgotten once the line filter was added
2022-06-10 01:43:22 +02:00
Uwe dd00c46a8c [FEM] fix issue that all plot windows had the same name
- they all had the name "figure 1"
- thus make the name unique and this way also enable to have several plots open displaying different result types (for the line filter)
2022-06-10 00:55:02 +02:00
marioalexis 10edc03ec1 App: Clean up code in PropertyContainerPyImp.cpp 2022-06-09 18:46:41 -04:00
marioalexis 53e02bc851 App: Improve docstrings in PropertyContainerPy.xml 2022-06-09 18:46:41 -04:00
Uwe d17954276c [FEM] fix detached plot (#6998)
* [FEM] fix detached plot

the stress linearization plot is at the moment detached from FreeCAD's main window.
This PR fixes it the same way as in https://github.com/FreeCAD/FreeCAD/commit/920e8e046
2022-06-10 00:34:05 +02:00
Uwe c4fec57368 [FEM] fix linear filter plot (#6999)
* [FEM] fix linear filter plot

the plot one can create from within the linear filter is at the moment detached from FreeCAD's main window.
This PR fixes it the same way as in https://github.com/FreeCAD/FreeCAD/commit/920e8e046
2022-06-10 00:33:27 +02:00
marioalexis d8bf4dfeb9 App: Improve docstrings in MetadataPy.xml and fix memory leak 2022-06-09 17:48:45 -04:00
wmayer 7225e5f0ba App: issue #6892: FreeCAD fails to start 2022-06-09 15:40:37 +02:00
Yorik van Havre 68e8c19aaf Merged crowdin translations 2022-06-09 13:40:35 +02:00
wmayer 8d5a957eb0 Gui: use expresion 'keyboard shortcut' to avoid incorrect translation 2022-06-09 13:15:41 +02:00
wmayer e5fb5a6f27 Mesh: [skip ci] improve German translation 2022-06-09 12:56:43 +02:00
wmayer ecb1b3c3cc ReverseEngineering: [skip ci] improve German translation 2022-06-09 12:33:12 +02:00
wmayer 9a4ab21f2b FEM: improve German translation 2022-06-09 12:27:43 +02:00
Zheng Lei 9d7b7af48c Spreadsheet: fix range checking (#6997)
* App: add option to normalize a Range

- To make sure the range starts from top left and ends with bottom right
corner.
- Default is to not normalize on construction for backward compatibility.
-  fix range checking in range binding
2022-06-09 12:20:08 +02:00
wmayer 28c269cc5f Gui: improve German translation 2022-06-09 12:15:29 +02:00
Uwe 0f9ea612b6 [Spreadsheet] uniform and polish wording of binding feature 2022-06-09 02:14:14 +02:00
marioalexis 4148a33d15 Gui: Improve docstrings in AxisOriginPy.xml 2022-06-08 20:20:57 +02:00
marioalexis d7d22b1e7e App: Improve docstrings in GeoFeaturePy.xml 2022-06-08 19:20:04 +02:00
Zheng Lei 5864e17d9d Spreadsheet: improve range binding feature (#6995)
* Spreadsheet: improve range binding feature
2022-06-08 19:19:41 +02:00
0penBrain 920e8e0469 [FEM] Implement a better dialog layout management for histogram (#6989)
* [FEM] Implement a better dialog layout management for histogram
2022-06-08 16:51:01 +02:00
Chris Hennes c9cffae11d Sketcher: Tweak pluralization of DoF 2022-06-08 09:16:48 -05:00
Yorik van Havre c143d91978 Merge pull request #6991 from 0penBrain/draftGrid
Draft: fix grid spacing default initialization
2022-06-08 13:22:45 +02:00
wmayer f401cbe832 Part: in BRepOffsetAPI_MakeOffsetFix::MakeWire also consider the generated edges of the vertexes of the input shape 2022-06-08 13:02:07 +02:00
Yorik van Havre 2e4dcfc22a Generated ts files 2022-06-08 12:32:59 +02:00
Yorik van Havre b06f247f9f Merged crowdin translations 2022-06-08 12:28:54 +02:00
0penBrain e05e9a7247 Draft: fix grid spacing default initialization 2022-06-08 12:20:06 +02:00
Uwe 5792c502bf [TD] further dialog refinements to fix vertical spacing 2022-06-08 02:12:19 +02:00
Uwe ef1a835f4f [TD] fix dialog height settings 2022-06-08 02:05:44 +02:00
Uwe 18eb44d120 [TD] fix dialog height setting 2022-06-08 01:52:45 +02:00
Wanderer Fan d0323e13c1 [TD]add missing vertical spacer to ui 2022-06-07 19:18:39 -04:00
Wanderer Fan f31544dca8 [TD]missing vertical spacer in ui 2022-06-07 19:18:39 -04:00
Uwe f256e3caf4 [Gui] attempt to improve NaviCube rendering
When the NaviCube is relatively small, it looks clumsy on some screens. This PR tries to improve that.
2022-06-08 01:06:15 +02:00
marioalexis 0c6c3e5211 Base: Improve docstrings in PersistencePy.xml 2022-06-08 00:52:19 +02:00
Chris Hennes 9570d88a39 FEM: Enable translation of plot labels 2022-06-07 13:44:01 -05:00
Chris Hennes 6449e1bcf7 FEM: Enable translation of axis label 2022-06-07 13:10:42 -05:00
Chris Hennes 47bb1408da GUI: Add Vtk info to copied About data 2022-06-07 12:51:51 -05:00
wmayer 77627bbc23 Gui: add SoColorBarLabel as workaround for a Coin3D bug 2022-06-07 19:42:04 +02:00
Yorik van Havre b9b21ddac5 Merged crowdin translations 2022-06-07 13:34:53 +02:00
Kuzemko Alexsandr eff8ecaafc Crowdin Run update.ts with latest source code. 2022-06-07 13:15:44 +03:00
wmayer 80bdc3f960 Gui: don't use cached value of color bar width if ratio of the canvas is less than 1.0 2022-06-07 11:30:00 +02:00
Wanderer Fan b4489422a5 [TD]abort dimensioning of spline edge 2022-06-06 18:47:51 -04:00