Max Wilfinger
29632606d1
Merge pull request #18268 from marioalexis84/fem-post_pipeline
...
Fem: Fix FemPostPipeline base class
2024-12-08 21:56:25 +01:00
FEA-eng
eacc1154eb
FEM: ResultsPurge - delete all results objects including pipelines and filters ( #18328 )
...
* FEM: Update resulttools.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* FEM: Update resulttools.py
* FEM: Update commands.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* FEM: Update resulttools.py
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-07 07:17:02 +01:00
Kacper Donat
954b729b56
Gui: Use getObject<T>() helpers in classes
...
This commit is generated using regex based find and replace:
```
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*getObject\(\s*\)\)/getObject<$1>/
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*([^)]*)\s*->\s*getObject\(\s*\)\)/$2->getObject<$1>()/
```
To regenerate if needed.
2024-12-06 18:29:39 +01:00
Chris Hennes
2cef70823c
Update src/Mod/Fem/App/FemPostPipeline.cpp
2024-12-06 11:29:37 -06:00
Kacper Donat
44f3b37200
Gui: Add getObject<T>() helpers to various classes
...
Obtaining specific kind of document object is very common task. This
commit introduces handy helper which makes that a lot easier.
2024-12-06 18:19:53 +01:00
marioalexis
4d21c7791d
Fem: Fix references assignment in centrif example
2024-12-06 12:12:55 -05:00
Chris Hennes
ea7e17ba00
Merge pull request #18126 from Ondsel-Development/core_LCS2
...
Core datums : Card2 : Core implementation
2024-12-06 12:12:04 -05:00
marioalexis
b7ccf634af
Fem: Add box and elliptical beam section types - fixes #12614
2024-12-06 11:44:05 -05:00
FEA-eng
289a9cac4e
FEM: Update checksanalysis.py
2024-12-05 21:21:17 +01:00
luzpaz
2d40efd555
Fix various typos
...
Found with codespell
2024-12-04 23:18:00 -05:00
marioalexis
3fad0cff60
Fem: Fix FemPostPipeline base class
2024-12-03 11:45:41 -03:00
Ladislav Michl
e62b91ada4
Base: Drop QString-std::string conversion functions from Tools
...
Convenience helpers function Tools::toStdString and Tools::fromStdString
were implemented for Qt4 or older to perform utf8 aware conversion as
QString::toStdString/QString::fromStdString were using toAscii/fromAscii
internally (see https://dreamswork.github.io/qt4/classQString.html ).
Since Qt5 QString uses toUtf8/fromUTf8, which makes the helper functions
obsolete (see https://doc.qt.io/qt-5/qstring.html#fromStdString ).
2024-12-02 23:30:53 -05:00
PaddleStroke
8f43f3cc8b
Core: Rename 'OriginFeature' file to 'Datums'
2024-11-26 15:36:48 +01:00
Chris Hennes
9af20cdd63
Merge pull request #14362 from je-cook/fix_deprecated_import_style
...
Fem: Fix deprecated import style
2024-11-25 12:02:11 -05:00
marioalexis
9af05598cf
Fem: Check empty remaining femelements array - fixes #17570
2024-11-25 12:01:44 -05:00
marioalexis
3fa067c632
Fem: Avoid legacy Netgen meshing if there is no referenced shape - fixes #17814
2024-11-22 12:24:46 -05:00
marioalexis
742b8cd13f
Fem: Add preference entry to set Gmsh log verbosity - fixes #17673
2024-11-22 12:24:11 -05:00
Chris Hennes
ffcf2cedbe
Merge pull request #17170 from marioalexis84/fem-netgen_local_refinement
...
Fem: Add local refinement and second order linear for Netgen meshing
2024-11-22 12:05:39 -05:00
mosfet80
a5f6846e7f
[Mod] clean FemMesh.cpp
...
Removed dead code
2024-11-18 18:01:59 +01:00
marioalexis
011ff2e34b
Fem: Set mesher task panel log text to read-only
2024-11-16 14:31:48 +01:00
marioalexis
7eed9e317d
Fem: Adapt FemPostObject transparency to changes made in #ffa3fa5b5a
2024-11-16 12:49:47 +01:00
marioalexis
934b535c98
Fem: Minor change to Mesh task panels and renaming Gmsh mesh properties group
2024-11-15 18:46:58 +01:00
Max Wilfinger
665bee5e5a
Merge pull request #15957 from hasecilu/fix/capitalization
...
TechDraw: Fix capitalization of 2D and 3D
2024-11-15 18:37:47 +01:00
Chris Hennes
32cc540786
Merge branch 'main' into fix_deprecated_import_style
2024-11-15 12:09:07 -05:00
Roy-043
dae79106f6
FEM: FEM_CreateElementsSet menu text in sentence case
2024-11-15 11:56:32 -05:00
Yorik van Havre
36096754c7
Merge pull request #17778 from marioalexis84/fem-material_editor
...
Fem: Use new material editor in materials task panels - fixes #16814
2024-11-11 17:58:49 +01:00
Yorik van Havre
56a897cc96
Translations ( #17725 )
...
* Translations: updated ts files
* Translations: merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-11 17:01:52 +01:00
marioalexis
e9ff119483
Fem: Save empty UUID if customizing material from task panel
2024-11-11 11:02:30 -03:00
marioalexis
7703425209
Fem: Use quantity spin boxes in material task panel
2024-11-10 22:09:33 -03:00
marioalexis
76b541935f
Fem: Use new material editor in materials task panels - fixes #16814
2024-11-10 12:33:28 -03:00
marioalexis
1b66e3faa8
Fem: Fix spelling in Netgen enumeration property
2024-11-09 10:24:32 -05:00
marioalexis
cec367a291
Fem: Save empy mesh if last step is AnalyzeGeometry in Netgen mesher
2024-11-09 10:24:32 -05:00
marioalexis
3d325da28e
Fem: Add second order linear option to Netgen mesh
2024-11-07 23:05:27 -03:00
marioalexis
e99a65a50d
Fem: Netgen local refinement
2024-11-07 23:05:27 -03:00
marioalexis
52e4581130
Fem: Prevent race condition between signals in timer update
2024-11-06 14:41:23 -05:00
Eric Price
569cd8f9b7
FEM: Allow assigning materials to compounds to avoid having to assign the same material by hand to all subsolids ( #17562 )
...
* fix #17561
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* added missing code to have it also work without MeshRegions
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-05 10:15:21 -06:00
marioalexis
616b78865f
Fem: Print real-time log messages in mesher task panels - fixes #17594
2024-11-04 13:32:51 -05:00
marioalexis
e27ce22c59
Fem: fix Gmsh analysis mesh groups - fixes #17427
2024-10-31 15:28:44 -05:00
marioalexis
e6950e3e11
Fem: Remove unnecessary system name check
2024-10-28 17:11:05 +01:00
marioalexis
8451354fdb
Fem: Do not try to set EndStep property for legacy Netgen
2024-10-25 12:11:12 -05:00
marioalexis
43d2b6e017
Fem: Set startupinfo for gmsh subprocess - fixes #17298
2024-10-21 20:59:42 -05:00
Yorik van Havre
ee2d787760
Merge pull request #17197 from marioalexis84/fem-netgen_parameters
...
Fem: Netgen meshing parameters improvements
2024-10-21 17:43:11 +02:00
marioalexis
7670d5b93a
Fem: Do not use main window widget from another thread - fixes #17255
2024-10-16 08:31:50 -05:00
marioalexis
e2f8c9faf8
Fem: Netgen meshing parameters improvements
2024-10-16 10:25:36 -03:00
marioalexis
f56da5fcf4
Fem: Set converted property value after property type change
2024-10-16 10:25:36 -03:00
pre-commit-ci[bot]
754f2011a0
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-14 17:56:08 +02:00
Yorik van Havre
d79015a908
crowdin translations
2024-10-14 17:56:08 +02:00
Yorik van Havre
a698c75581
updated ts files
2024-10-14 17:56:08 +02:00
marioalexis
0fb57dc7f0
Fem: Fix examples affected by Part workbench preference parameter
2024-10-14 08:51:50 -05:00
marioalexis84
35013a0afd
Fem: Remove highlighted nodes if ccx finish without error - fixes #14855 ( #17203 )
2024-10-14 08:50:46 -05:00