wmayer
eb32abe7ef
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
a7fe334a91
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
b92e3477f5
Update meshtools.py ( #12774 )
2024-03-11 12:21:14 -05:00
mosfet80
97b5fb68c7
[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
46e2c45e2e
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
ab89eb0cfd
[MOD] clean SMESH ( #12754 )
...
removed old smesh CODE <7
2024-03-11 12:13:00 -05:00
Chris Hennes
f6eead2e3b
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
9dac8385f6
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
8a6bc53dd6
PD: Translate attachment task title
...
Eliminate default title, which is untranslatable.
2024-03-11 18:08:22 +01:00
Chris Hennes
b0fab6ec79
Sketcher: Fix missing translations in DSH tools
2024-03-11 18:07:42 +01:00
Chris Hennes
d56a051c4c
Sketcher: Translate menu entries for rectangle spec
2024-03-11 18:06:09 +01:00
Chris Hennes
e91c16aae1
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
673f5d0745
Fem: Add partial support for hexahedral elements - fixes #12526
2024-03-11 12:03:15 -05:00
FEA-eng
8e3fed1ad5
FEM CalculiX output frequency setting ( #12672 )
...
* Update solver.py
* Update write_step_output.py
* Update box_frequency.inp
* Update box_static.inp
* Update ccx_buckling_flexuralbuckling.inp
* Update ccx_cantilever_beam_circle.inp
* Update ccx_cantilever_beam_pipe.inp
* Update ccx_cantilever_beam_rect.inp
* Update ccx_cantilever_ele_hexa20.inp
* Update ccx_cantilever_ele_quad4.inp
* Update ccx_cantilever_ele_quad8.inp
* Update ccx_cantilever_ele_seg2.inp
* Update ccx_cantilever_ele_seg3.inp
* Update ccx_cantilever_ele_tria3.inp
* Update ccx_cantilever_ele_tria6.inp
* Update ccx_cantilever_faceload.inp
* Update ccx_cantilever_nodeload.inp
* Update ccx_cantilever_prescribeddisplacement.inp
* Update constraint_contact_shell_shell.inp
* Update constraint_sectionprint.inp
* Update constraint_selfweight_cantilever.inp
* Update constraint_tie.inp
* Update constraint_transform_beam_hinged.inp
* Update constraint_transform_torque.inp
* Update frequency_beamsimple.inp
* Update material_multiple_bendingbeam_fiveboxes.inp
* Update material_multiple_bendingbeam_fivefaces.inp
* Update material_multiple_tensionrod_twoboxes.inp
* Update material_nonlinear.inp
* Update square_pipe_end_twisted_edgeforces.inp
* Update square_pipe_end_twisted_nodeforces.inp
* Update thermomech_bimetall.inp
* Update box_frequency.inp
2024-03-11 12:02:41 -05:00
sliptonic
575f282f45
Merge pull request #12665 from Ondsel-Development/pathrename
...
Rename the Path Workbench to CAM
2024-03-11 11:01:59 -06:00
Yorik van Havre
b2f1add784
Draft: Introduce mouse delay ( #12624 )
...
* Draft: Introduce mouse delay - fixes #11807
* Draft: set default mouse delay to 1
2024-03-11 11:54:07 -05:00
wmayer
2ce903a46c
Fix build failure for MinGW
...
MinGW needs to know about the COIN_DLL export macro
2024-03-11 16:02:48 +01:00
xtemp09
9961f2949a
Fix segmentation fault in Sketcher
...
Closes #11954 .
2024-03-11 16:02:15 +01:00
wmayer
053d0fa047
Mesh: replace QtConcurrent::run with std::async
2024-03-11 16:00:25 +01:00
wmayer
33cacc3fb0
Mesh: make sure in VisitNeighbourFacets() and VisitNeighbourFacetsOverCorners() that start index is within the valid range
2024-03-11 16:00:25 +01:00
Chris Hennes
1c7dc55eda
Material: Linter cleanup
2024-03-10 17:44:47 -05:00
pavltom
7212cccae5
[TechDraw] Reimplement Weld Symbol parent linking
2024-03-09 08:32:24 -05:00
bgbsww
3df25821e5
Toposhape/Part:: Fix, relocate and test element methods in ComplexGeoData and TopoShape
2024-03-07 23:00:48 -05:00
Zheng, Lei
ae5c0a6d9c
Toposhape/Part: Bring in element methods in FeaturePart, TopoShapePy::Init and TopoShape::GetPyObject
2024-03-07 13:15:40 -05:00
wmayer
0d37ea2629
Part: Add class BRepMesh
...
This refactors the code of TopoShape::getFacesFromDomains and the the private class BrepMesh of the MeshPart module
to reduce code duplication.
2024-03-06 07:20:39 +01:00
Chris Hennes
da36c0c1f3
Merge pull request #12066 from 3x380V/time_cleanup
...
Base: Use std::chrono for time manipulation
2024-03-05 15:47:33 -06:00
Chris Hennes
bdf46e7337
TD: Add missing translation strings to menu
2024-03-05 12:54:54 -05:00
Chris Hennes
f3378bc113
TD: Fix translation of pending updates string
...
Switch to %n form so translators can adjust based on the number. Also allows English adaptation to plural/singular, if desired.
2024-03-05 12:53:59 -05:00
Chris Hennes
b257870c16
TD: Clean up translations of HoleShaftFit
2024-03-05 12:52:19 -05:00
WandererFan
2e8473b659
Merge pull request #12749 from pavltom/techdraw_leaderline_linking
...
[TechDraw] Reimplement Leader Line parent linking
2024-03-05 12:50:09 -05:00
WandererFan
42d1bda60a
Merge pull request #12775 from WandererFan/fixSSUnit
...
[TD]correct s/s cell format
2024-03-05 12:44:19 -05:00
wmayer
5d1564fec5
Sketcher: fix crash when trying to edit malformed sketch
...
For more details see: https://forum.freecad.org/viewtopic.php?p=745031#p745031
2024-03-05 10:34:01 -06:00
Yorik van Havre
1e164f24c0
Translations ( #12748 )
...
* Updated ts files
* 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-03-05 08:54:36 -06:00
Chris Hennes
08fe694bd7
Addon Manager: Switch to using QtTranslate's %n for updates
2024-03-05 08:35:26 -06:00
Chris Hennes
988391fe22
Sketcher: Fix missing translation of 'Sketcher visual'
2024-03-05 08:35:26 -06:00
Chris Hennes
412a654b5d
Merge pull request #12750 from bgbsww/bgbsww-toponamingElementCacheExtras
...
Toponaming/Part element cache extras
2024-03-05 08:32:32 -06:00
wandererfan
b36abb146c
[TD]correct s/s cell format
2024-03-05 07:29:29 -05:00
Ladislav Michl
e4d304f934
Base: Implement TimeElapsed
...
Some instances of TimeInfo serve the sole purpose of measuring time
duration. Using system time is unfortunate as it returns wall clock,
which is not guaranteed to be monotonic. Replace such a usage with
the new TimeElapsed class based on steady clock.
2024-03-05 12:29:24 +01:00
Ladislav Michl
de1305413e
Base: Move currentDateTimeString out of TimeInfo
...
currentDateTimeString does not have anything in common
with TimeInfo class, move it into Tools.
2024-03-05 12:22:40 +01:00
Chris Hennes
16016e2d2b
Part: Correct context for selection filter
2024-03-05 10:39:25 +01:00
wmayer
8743f5e82a
Sketch: fix compiler warning
...
Fix warning: add explicit braces to avoid dangling else [-Wdangling-else]
2024-03-04 23:15:42 -06:00
bgbsww
609cd12b4b
Merge branch 'main' into bgbsww-toponamingElementCacheExtras
2024-03-04 21:19:42 -05:00
WandererFan
d8037eda36
Merge pull request #12736 from HowThatWorks/main
...
A set of ISO 7200/ISO 5457 templates for TechDraw
2024-03-04 20:25:53 -05:00
Chris Hennes
84e0cc7293
Apply suggestions from code review
2024-03-04 19:01:18 -06:00
sliptonic
cc72c73f64
addon manager list of wbs
2024-03-04 16:59:30 -06:00
bgbsww
834bbff6b0
Toposhape/Part:: fix, relocate and test element methods in ComplexGeoData and TopoShape
2024-03-04 17:16:59 -05:00
Zheng, Lei
5e532494ca
Toposhape/Part: element methods in ComplexGeoData and TopoShape
2024-03-04 17:16:59 -05:00
Chris Hennes
11a9305be5
Addon Manager: Fix score pref path
2024-03-04 16:04:22 -06:00
Chris Hennes
cd0d58cfe9
Merge pull request #12683 from bgbsww/bgbsww-toponamingPropertyTopoShape
...
Toponaming/Part: property topo shape
2024-03-04 15:05:16 -06:00
bgbsww
7945bf686e
Toponaming/Part: Cleanups, problem fixes, and tests
2024-03-04 16:04:01 -05:00