Abdullah Tahiri
87b46e3fb3
GCS: Refactor and additional debug information
...
==============================================
In maximum verbose debug mode, information is given about the groups of Sketcher Constraints that the solver is considering for redundancy or conflict.
This is before the popularity contest selects the constraint shown in the solver messages.
The main reason for showing this is to enable to diagnose problems with sketches in which the constraint indicated as the redundant one appears not to
be the right one. Intended for power users with "iteration level" debug mode.
2019-06-17 14:05:24 +02:00
Bernd Hahnebach
d26daa51d7
FEM: code formating, still more of them
2019-06-16 23:39:35 +02:00
Bernd Hahnebach
1b39fe3d2d
FEM: codeformating, another small one
2019-06-16 23:29:21 +02:00
Bernd Hahnebach
3ae4283073
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
8eb807d291
FEM: code formating
2019-06-16 23:21:28 +02:00
Bernd Hahnebach
d8b28a111b
FEM: code formating, delete commented code:
...
We gone have git to retrieve changes made in history, if needed
2019-06-16 22:45:44 +02:00
Bernd Hahnebach
823f4b6644
FEM: code formating in unit tests
2019-06-16 22:42:15 +02:00
luz.paz
9453e68e23
Misc. source comment typo and whitespace fixes
...
Found via codespell
2019-06-16 20:47:07 +02:00
Bernd Hahnebach
a3f4bfb5a7
Merge pull request #2267 from berndhahnebach/bhbdev228
...
FEM: femconcrete
2019-06-16 20:36:47 +02:00
wmayer
3590b65b33
issue #0003921 : Crash when opening document with datum point intersecting line and plane
2019-06-16 19:31:06 +02:00
Bernd Hahnebach
3c03e159e3
FEM: ccx tools, pre checks for reinforced material object
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
2761a363c5
FEM: concrete, add task panel to select matrix and reinforcement material
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
49329919a7
Materials: cards, recreate new cards and update csv and ods
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
874fc22786
Materials: cards, add concrete matrix and reinforcement materials
...
- safety factor is included in material params
- this is for sure not a material parameter
- but FreeCAD has no safety factor yet
- workaround: directly include them in the material parameter
- structural engineers have a lot of them in limeted state design
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
f7f9dfcdec
FEM: concrete, rho calculation unit test
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
7d7df3b820
FEM: add reinforced concrete 2D wall example
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
b7c2378a33
FEM: concrete results, use the new concrete result reading methods on result reading
2019-06-16 18:29:32 +02:00
HarryvL
3950dc7a25
FEM: concrete results, new methods for calculating results for concrete materials
2019-06-16 18:29:32 +02:00
HarryvL
09e3ddb387
FEM: vtk tool, change the results exported to vtk
2019-06-16 18:29:32 +02:00
HarryvL
db493ee0d9
FEM: result properties, add new lists to hold concrete results
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
264d5e91ed
FEM: reinforced material, add a GUI command
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
f162da6d97
FEM: reinforced material, add icon (thanks to bitacovir)
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
2172e08b38
FEM: reinforced material, add object, including all FEM object unit tests
2019-06-16 18:29:32 +02:00
wmayer
e730dd94e3
Automatic visibility handling of axis cross
2019-06-16 13:05:39 +02:00
Yorik van Havre
6259e1eb3c
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2019-06-15 23:50:55 -03:00
Yorik van Havre
e529871eb6
AddonManager: Use workbenches icons
2019-06-15 23:50:41 -03:00
wmayer
972ec50f28
fixes #0003979 : Pocket with mode 'up to face' doesn't work correctly
2019-06-15 23:54:10 +02:00
furti
88d16c1495
Add support for PartDesign:Body colors
...
When the tip of a PartDesign:Body is colorized, the colors are stored
on tip level. But when the shape of the whole body is changed the information
is stored on body level. To account for this we check if the tip has more
than one DiffuseColor set. When not, we use the shape color of the body.
2019-06-15 18:00:12 -03:00
furti
34292991de
Add option to colorize ArchFence
...
When "UseOriginalColors" is set to true, the fence will copy the diffuse
colors of the original post and section to colorize itself.
2019-06-15 18:00:12 -03:00
Yorik van Havre
caef4b6c68
AddonManager: Misc fixes from forum testers
2019-06-15 17:53:36 -03:00
Yorik van Havre
0620caea33
Arch: Minor bugfixes, better doctrings and fixed transparency in OBJ exporter
2019-06-15 16:53:43 -03:00
wmayer
5ea062f669
use ShapeBinder to create a copy from Origin feature
2019-06-15 15:43:29 +02:00
wmayer
18183bc79b
extend ShapeBinder to also handle Origin features
2019-06-15 15:07:52 +02:00
wmayer
9177b4057c
remove dependency of datum element if creation of copy fails
2019-06-15 12:23:47 +02:00
wmayer
588c265291
Improve handling of null pointers in link properties
2019-06-15 10:33:31 +02:00
luz.paz
f48f8bfaac
[AddonManager] create Resources/icons dir with SVG icons for WBs
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=9&t=36556&p=314330#p314330
2019-06-14 10:25:21 -03:00
wmayer
ff7975291d
Draft: QPixmap.fill expects a QColor, not an int or long
2019-06-14 11:30:43 +02:00
wmayer
5fb2dfedd1
clean-up CMake file
2019-06-14 00:27:36 +02:00
wmayer
fb94e46db9
improve exception handling Shape.distToShape
2019-06-13 21:49:13 +02:00
Gauthier Brière
4960cfcd22
[Path] Replace old grbl_post.py with new grbl_G81_post.py. ( #2255 )
...
* Replace the old grbl_post.py by grbl_G81_post.py
* Cleaned grbl_G81_post.py replacing old grbl_post.py
2019-06-13 09:14:17 -05:00
wmayer
1406c03d18
fixes #0004000 : Ability to suppress console output when running under python
2019-06-13 15:46:49 +02:00
wmayer
1b26173580
use INCH instead of IN when setting units for STEP or IGES export
2019-06-13 12:40:01 +02:00
Yorik van Havre
aa43a28141
AddonManager: small bugfix
2019-06-12 21:58:10 -03:00
Yorik van Havre
c1c3dab5f4
AddonManager: solved missing FreeCAD import
2019-06-12 19:36:02 -03:00
Yorik van Havre
b4ddf63182
Arch: Adapted IFC, OBJ and DAE exporters to support external color information when running in non-GUI mode
2019-06-12 19:28:43 -03:00
wmayer
b60a736c0d
fixes 0004010: Box Selection + Part -> MakeCompound will crash FreeCAD
2019-06-12 11:20:48 +02:00
Yorik van Havre
3e65306a9f
AddonManager: New UI
2019-06-11 17:06:11 -03:00
Tomas Pavlicek
1cd8f26254
TechDraw: SVG export refactoring - Fix russian templates rendering
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
dab8a3c02f
TechDraw: SVG export refactoring - Change tspan replacement strategy
2019-06-11 15:46:46 -04:00
wandererfan
044fe79549
SVG Refactor - minor cleanups
2019-06-11 15:46:46 -04:00