Uwe
06e0f477a6
[Part] [skip ci] update a tooltip
...
- since FC 0.20 we require OCC 7.4
2023-02-03 12:15:28 -06:00
Pascal de Bruijn
c767880908
Increase mesh generation output quality
2023-02-03 12:08:10 -06:00
Pascal de Bruijn
3ecff9588e
Tools: tweak mesh generation
...
Mesh generation parameters are taken from PrusaSlicer's STEP importer,
which does a just-in-time STEP->STL conversion in memory.
Resulting meshes have better geometry, but are a little larger as a result.
2023-02-03 12:08:10 -06:00
Uwe
1ab36e21e8
[FEM] Elmer: revert wrong change from #8336
...
- I mixed the normal stress solver with the elastic stress solver. For the normal stress solver plane stress is possible in all coordinate systems
2023-02-03 18:41:06 +01:00
Uwe
9e9c7c3428
[FEM] Elmer: don't hardcode the coordinate system
...
- Elmer allows for all currently supported equations several coordinate systems
- also remove an unused variable
2023-02-03 17:49:58 +01:00
Uwe
9923b13b16
[FEM] Elmer: fix error on wrong material settings
...
- if user set no material for a body, we must raise an error
- also fix annoying output of permittivity in case.sif file
2023-02-03 15:45:25 +01:00
Roy-043
3eaff64025
Draft: fix normal calculation for angular dims
2023-02-03 15:44:27 +01:00
Uwe
a7e02a48fa
[Material] add new card for carbon dioxide
2023-02-03 02:37:27 +01:00
wmayer
d25e171ef3
Sketcher: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
8d6ef6ba12
TD: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
c5dedb412d
Surface: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
ab71c4b8a4
Mesh: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
a0548860d2
PD: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
083da6cf03
Part: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
76860143f7
Gui: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
Roy-043
1e03fddb67
Draft: housekeeping: remove obsolete code (uiMode and DraftGui.py) ( #8327 )
2023-02-02 23:24:27 +01:00
Uwe
c181974e0e
[Gui] register NaviCube parameters to view
...
- there is a bug: when deleting any NaviCube parameter in the parameters dialog, the background color suddenly changes
the fix is to register the NaviCube parameters to the view
- the PR also fixes the issue that the default font size was not properly calculated but hardcoded
2023-02-02 19:02:51 +01:00
Uwe
5d1bc93147
[FEM] solver_taskpanel: fix bug with Edit button
...
- when an error occurred during the Write process, the Edit button must not be enabled
In this case the machine state is still at femsolver.run.PREPARE. If no error occurred it went one step up.
2023-02-02 18:58:07 +01:00
0penBrain
0b2f9fe7b7
CI: re-enable 20.04 build and test
2023-02-02 16:57:12 +01:00
wmayer
37a1b34c6a
CMake: make sure to add RPATH to area-native library
2023-02-02 16:56:15 +01:00
wandererfan
b6754947f1
[TD]use correct shape for section of section
2023-02-02 05:55:32 -08:00
wandererfan
86d0975b2c
[TD]fix handling of perforated section faces
2023-02-02 05:55:32 -08:00
wandererfan
95d1ed54b6
[TD]allow section line when base is section
2023-02-02 05:55:32 -08:00
Roy-043
6da0eec51a
Draft: subelement mode ignored nesting ( #8319 )
2023-02-02 11:49:55 +01:00
Uwe
faa50f59f3
[FEM] equationbase: sort equations alphabetically
...
- to ease readability a bit
2023-02-02 06:30:22 +01:00
Uwe
b46c1c5ff9
[FEM] sort equations alphabetically
...
- to ease readability a bit
2023-02-02 05:35:15 +01:00
LarryWoestman
55ff3aae18
Path: Refactored add_parameters into individual functions.
...
Replace the "add_parameters" routine by an array of individual
functions (one for each parameter letter) and a simple piece of
code that calls the appropriate parameter passing functions in
the specified parameter order. Some of the parameter letters
can share the same parameter passing function in the default
configuration.
This not only simplifies the code but opens up the possibility
of replacing the code processing a given parameter letter
("Q", for example) with new code in the postprocessor file
without having to modify the shared postprocessor functionality
(in the three Util*.py files).
2023-02-01 11:55:18 -08:00
wmayer
2bcebfe395
Gui: fix regression of ed4338f4ab:
...
Commands are not shown any more when selecting a category
2023-02-01 20:21:34 +01:00
wmayer
8d42b6f93c
Gui: move to new style connect()
2023-02-01 13:49:35 +01:00
wmayer
25beef481c
TD: move to new style connect()
2023-02-01 01:33:34 +01:00
Uwe
5c03db60e0
[Gui] modernize some UI connections
2023-01-31 22:24:45 +01:00
Roy-043
f9cdaaf3d9
Draft: fix issue with undo ( #8267 )
2023-01-31 21:38:19 +01:00
wmayer
28df3265cc
Part: put instantiation of BRepAdaptor_Surface into try/catch block as for some broken faces it may fail
2023-01-31 11:04:38 -06:00
Adrian Popescu
397d01b96f
Build graph fix ( #8311 ) - Fixed Constraints' value not being updated
2023-01-31 11:00:33 -06:00
Yorik van Havre
ca7c1ccd94
Merge pull request #8282 from Roy-043/Arch-update-Arch.pruneIncluded-to-include-cloned-PD-Bodies
...
Arch: update Arch.pruneIncluded to include cloned PD Bodies
2023-01-31 13:16:23 +01:00
Yorik van Havre
412cd185a4
Merge pull request #8287 from Roy-043/Arch-Fix-ArchPrecast.py-issues
...
Arch: Fix ArchPrecast.py issues
2023-01-31 13:15:46 +01:00
Uwe
1eb6bc8cf1
[Gui] FreeCADGuiInit.py: address some GH action reports
...
- superfluous parens and loo long lines
2023-01-30 18:14:27 -07:00
Uwe
246c24ec32
[Gui] modernize some UI connections
2023-01-30 18:11:37 -07:00
berniev
e3974e474e
Further efficiencies to Summary Report
...
Changed existing function to macro to access list of lines
Added conditional macro to save most of the if() else() endif()
Output sorted for improved comprehension
Moved build message out (nothing to do with report)
SLOC -~30%
2023-01-30 18:10:52 -07:00
mosfet80
98cc183571
Delete .circleci directory
...
the config.yml file calls the non-existent file ./package/conda/run_docker_build.sh
2023-01-30 18:09:10 -07:00
wandererfan
de723238fa
[Sketcher]fix cursor display of angles
2023-01-30 11:04:42 -08:00
mosfet80
157d0633ba
Delete vagrant directory
...
Vagrant configuration are obsolete (freecad 0.17) using python V2, qt4 and boost v. 1.55
2023-01-30 10:44:59 -07:00
Chris Hennes
ffb87b5f6e
cMake: Correct PySideTools paths on Windows
2023-01-30 10:36:33 -07:00
sliptonic
9b81b769a6
Merge pull request #8205 from LarryWoestman/staging
...
Path: Refactored PostUtilsParse.parse a lot.
2023-01-30 08:37:15 -06:00
berniev
1848f57908
Improve unit testing directory structure
...
Separate Qt tests and gtest tests
Add a basic shadow of the project structure
Add a few simple tests to demonstrate usage
2023-01-30 07:15:09 -07:00
Yorik van Havre
80c68fa4df
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
81552acdeb
update ts files
2023-01-30 09:55:26 +01:00
berniev
b7067b1451
Remove obsolete cmake code (<3.16.3)
2023-01-29 17:29:08 -07:00
0penBrain
d0c627503a
CI: allow Build2004 to fail because of PathAdaptative bug with GCC
2023-01-29 11:48:50 -07:00
0penBrain
cf884f87c5
CI: remove current CI workflow
2023-01-29 11:48:50 -07:00