Chris Hennes
d393b9a19a
Merge pull request #12918 from marioalexis84/fem-post_object_transparency
...
Fem: Partial transparency fix in FemPostObject display modes
2024-03-13 15:17:17 -05:00
Chris Hennes
a3c3b0a9f4
Merge pull request #12737 from chennes/cleanTrailingSpacesForTranslation
...
Clean trailing spaces for translation
2024-03-13 14:00:54 -05:00
wandererfan
ae7d4ab3f7
[TD]remove obsolete LinkDimension from toolbar
2024-03-13 13:54:59 -04:00
wandererfan
0c534fc45b
[TD]expose getScale() to Python
2024-03-13 13:54:59 -04:00
Marco Patzer
2f45d5ef09
TechDraw: Add space before tolerance class for hole/shaft fits
2024-03-13 13:52:13 -04:00
marioalexis
9633214238
Fem: Format force constraint in CalculiX writer - fixes #12805
2024-03-13 14:50:24 -03:00
Pierre
2fa1fc805e
PR for issue #12910
2024-03-13 09:02:15 -04:00
Anurag Singh
9e55f76b0f
Added-Back-Missing-Docs
2024-03-13 13:47:49 +01:00
Anurag Singh
b25e117fb7
Added-API-Documentation-for-ShapeFix.xml
2024-03-13 13:47:49 +01:00
Anurag Singh
a6b580ac7a
Added-API-Documentation-for-PlateSurfacePy.xml
2024-03-13 13:47:49 +01:00
Anurag Singh
c967b2b72a
Added-API-Documentation-for-RectangularTrimmedSurfacePy.xml
2024-03-13 13:47:49 +01:00
wmayer
7856a200bc
Cloud: fixes #12888 : Build on Linux fails because of Cloud component
2024-03-13 12:45:46 +01:00
marioalexis
1614449727
Fem: Partial transparency fix in FemPostObject display modes
2024-03-13 05:50:27 -03:00
marioalexis
001487b933
Fem: Export/import mesh elements to Vtk using proper order
2024-03-13 05:50:17 -03:00
Chris Hennes
cffe2e3c3a
CAM: Remove trailing spaces from translations
2024-03-12 22:49:06 -05:00
Chris Hennes
7b07447cce
Draft: Remove trailing spaces from translations
2024-03-12 22:42:20 -05:00
Chris Hennes
830c59b2e6
Part: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
cc0564f8f2
FEM: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
73417470f5
Sketcher: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
7ca16a207a
Spreadsheet: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
09fba92d1e
Addon Manager: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
e8d8979dbb
TD: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Chris Hennes
e0e1aef0ae
Addon Manager: Fix relative external links
2024-03-12 22:26:41 -05:00
sliptonic
4f136e4613
Merge pull request #12905 from Ondsel-Development/SanityBug
...
CAM: fix edgecase with missing toolshape
2024-03-12 13:48:40 -06:00
wmayer
84202c4b1e
Tests: add more unit tests for Points module
2024-03-12 18:02:33 +01:00
wmayer
ed573fcf86
Points: fix many linter warnings
2024-03-12 18:02:33 +01:00
sliptonic
8e92a2dd42
fix edgecase with missing toolshape
...
If the toolshape isn't on the local system, Sanity would fail trying to get the thumbnail.
Now fails gracefully.
2024-03-12 11:57:02 -05:00
Yorik van Havre
60e73b408d
Arch: Fixed export of quantities to IFC and support arrays
2024-03-12 13:52:20 +01:00
edi271
6897d306a4
[TD] Solve scale issue in AxoLengthDimension
2024-03-12 08:38:36 -04:00
Yorik van Havre
6b6b80f5f5
Arch: Fixed IFC export of arrays - issue #12802
2024-03-12 12:44:18 +01:00
wmayer
a7ae00237d
Mesh: fix many linter warnings
2024-03-12 00:36:28 +01:00
Chris Hennes
230c7aa14e
Merge pull request #12804 from bgbsww/bgbsww-toponamingPartFeature
...
Toponaming/Part: methods in part feature and dependencies for correct elementMaps
2024-03-11 13:35:59 -05:00
Chris Hennes
f241e79f78
Addon Manager: Python package installer wait for thread
2024-03-11 18:36:42 +01:00
Chris Hennes
767e492420
Addon Manager: Fix README fetch for macros
...
When no macro metadata is downloaded, the macro has no URL yet.
2024-03-11 18:35:48 +01:00
Chris Hennes
fe27939e13
Addon Manager: Strip some HTML tags from Markdown
2024-03-11 18:35:29 +01:00
Yorik van Havre
0f0c9fe44d
Draft: Allow to prevent layers to claim children
2024-03-11 12:29:13 -05:00
Roy-043
ad667811a5
Sketcher: correct position of ConstrainLock and ConstrainRadiam in GUI
...
Sketcher_ConstrainLock after Sketcher_ConstrainAngle.
Sketcher_ConstrainRadiam before Sketcher_ConstrainRadius.
This was not always correct.
See also #12667 .
2024-03-11 12:28:28 -05:00
wmayer
522e55768b
Part: fixes #12744 : mesh export creates open edges
...
For the concatenated domains check if points are duplicate and if yes remove them
2024-03-11 12:25:57 -05:00
FEA-eng
835d23d09f
Elmer FEM 2D flow examples fix ( #12777 )
...
* Update equation_flow_elmer_2D.py
* Update equation_flow_initial_elmer_2D.py
* Update equation_flow_turbulent_elmer_2D.py
2024-03-11 12:21:46 -05:00
FEA-eng
8ce8376271
Update meshtools.py ( #12774 )
2024-03-11 12:21:14 -05:00
mosfet80
e9ec2422e1
[Mod] Removed unnecessary function ( #12772 )
...
* Removed unnecessary function
the "renamedDocumentObjet" function does nothing
* [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-03-11 12:20:32 -05:00
Chris Hennes
9df1472e43
Sketcher: Translate QWidgetAction items
...
Explicitly set the context used by tr() to fix missing context without it.
2024-03-11 18:17:32 +01:00
mosfet80
7713a33d9b
[MOD] clean SMESH ( #12754 )
...
removed old smesh CODE <7
2024-03-11 12:13:00 -05:00
Chris Hennes
0603e94559
Merge pull request #12753 from davesrocketshop/20240301_FEM_Models
...
Material: New data models to support elasticity
2024-03-11 12:11:05 -05:00
Chris Hennes
bf6a209c22
Fix missing translations in task panel ( #12738 )
...
* Draft: Add missing translation to task panel
* PD: Add missing translation to task panel
2024-03-11 18:10:42 +01:00
Chris Hennes
703f7b563e
PD: Translate attachment task title
...
Eliminate default title, which is untranslatable.
2024-03-11 18:08:22 +01:00
Chris Hennes
5bd6304548
Sketcher: Fix missing translations in DSH tools
2024-03-11 18:07:42 +01:00
Chris Hennes
ff92c76569
Sketcher: Translate menu entries for rectangle spec
2024-03-11 18:06:09 +01:00
Chris Hennes
cd43bf60ee
PD: Translate shaft end types
...
Adds support for menu items having 'user data' that is the untranslated string. It would be better if these were enumerations, but that's a much larger refactoring process.
2024-03-11 18:05:29 +01:00
marioalexis
d8012f74ba
Fem: Add partial support for hexahedral elements - fixes #12526
2024-03-11 12:03:15 -05:00