Grammatopoulos Apostolos
ef9f2e8a46
Fixes: heigh - width replace
2019-06-17 16:45:18 -03:00
Grammatopoulos Apostolos
a8da37edac
Sections added: RHS (added more/all)
2019-06-17 16:45:18 -03:00
Grammatopoulos Apostolos
54b0aaf3dc
Sections added: CHS, UC, UB
2019-06-17 16:45:18 -03:00
Yorik van Havre
43c3977c46
Draft: Added missing cmake entry from last commit
2019-06-17 16:43:01 -03:00
carlopav
4ee893b78a
[Draft] Update DraftEdit PR with Yorik suggestions
...
Cleanings of import at the beginning of new module.
Moved command setup in InitGui and removed import DraftEdit from DraftTools.
2019-06-17 16:39:56 -03:00
carlopav
555d04c221
Separate Draft Edit
...
My last attempt to separate draft edit. Everything seems to work fine.
2019-06-17 16:39:56 -03:00
Yorik van Havre
7065ce27a6
AddonManager: grammatical fix
2019-06-17 15:00:26 -03:00
Yorik van Havre
69ff96cce8
Arch: small bugfix in automatic IFC properties
2019-06-17 14:04:32 -03:00
sliptonic
2a9fdca567
Merge pull request #2231 from Russ4262/pathpocketshape_fix
...
Path: PocketShape - Fix repositioning of Job model; ProfileFaces - add 4th-axis feature
2019-06-17 11:10:28 -05:00
wmayer
002a1bbc15
Py3: no __builtin__ module available
2019-06-17 16:25:25 +02:00
sliptonic
082c1e71f1
Path: PEP8 and Proxy changes.
2019-06-17 09:17:38 -05:00
wmayer
bd1670fd76
make UpToLast option for pad working again
2019-06-17 16:14:13 +02:00
Abdullah Tahiri
dbe917dcc7
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
6dac1faaf2
FEM: code formating, still more of them
2019-06-16 23:39:35 +02:00
Russell Johnson
161a7865b5
Merge branch 'master' into pathpocketshape_fix
2019-06-16 16:38:09 -05:00
Bernd Hahnebach
1682c016de
FEM: codeformating, another small one
2019-06-16 23:29:21 +02:00
Bernd Hahnebach
4c643a0168
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
7aa4bea38d
FEM: code formating
2019-06-16 23:21:28 +02:00
Bernd Hahnebach
6068a962a2
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
2c9b774583
FEM: code formating in unit tests
2019-06-16 22:42:15 +02:00
luz.paz
9845c002ab
Misc. source comment typo and whitespace fixes
...
Found via codespell
2019-06-16 20:47:07 +02:00
Bernd Hahnebach
8b14c886ee
Merge pull request #2267 from berndhahnebach/bhbdev228
...
FEM: femconcrete
2019-06-16 20:36:47 +02:00
wmayer
5a326e4b50
issue #0003921 : Crash when opening document with datum point intersecting line and plane
2019-06-16 19:31:06 +02:00
Bernd Hahnebach
e9529b42f6
FEM: ccx tools, pre checks for reinforced material object
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
55fc22b4b8
FEM: concrete, add task panel to select matrix and reinforcement material
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
a95f2d6153
Materials: cards, recreate new cards and update csv and ods
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
f718c30558
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
99bca23ba1
FEM: concrete, rho calculation unit test
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
7cd6ea884b
FEM: add reinforced concrete 2D wall example
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
30ec7477d1
FEM: concrete results, use the new concrete result reading methods on result reading
2019-06-16 18:29:32 +02:00
HarryvL
d3007258e7
FEM: concrete results, new methods for calculating results for concrete materials
2019-06-16 18:29:32 +02:00
HarryvL
fc1c954c95
FEM: vtk tool, change the results exported to vtk
2019-06-16 18:29:32 +02:00
HarryvL
cf5eb3c5ed
FEM: result properties, add new lists to hold concrete results
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
ba08d3d54f
FEM: reinforced material, add a GUI command
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
5e201aef97
FEM: reinforced material, add icon (thanks to bitacovir)
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
ed006b82c3
FEM: reinforced material, add object, including all FEM object unit tests
2019-06-16 18:29:32 +02:00
Russell Johnson
7b422ff87d
Merge branch 'master' into pathpocketshape_fix
2019-06-16 08:11:11 -05:00
wmayer
032485f7ca
Automatic visibility handling of axis cross
2019-06-16 13:05:39 +02:00
Russell Johnson
7e3f009d4f
Merge branch 'master' into pathpocketshape_fix
2019-06-15 22:06:01 -05:00
Yorik van Havre
b9c918ba40
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2019-06-15 23:50:55 -03:00
Yorik van Havre
16949b38cb
AddonManager: Use workbenches icons
2019-06-15 23:50:41 -03:00
wmayer
4e5d6be326
fixes #0003979 : Pocket with mode 'up to face' doesn't work correctly
2019-06-15 23:54:10 +02:00
furti
ac9cd38650
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
d18d98fe2b
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
8d7afb0b61
AddonManager: Misc fixes from forum testers
2019-06-15 17:53:36 -03:00
Yorik van Havre
a5f3f67ade
Arch: Minor bugfixes, better doctrings and fixed transparency in OBJ exporter
2019-06-15 16:53:43 -03:00
Russell Johnson
14ef7823f3
Merge branch 'pathpocketshape_fix' of https://github.com/Russ4262/FreeCAD into pathpocketshape_fix
2019-06-15 12:20:27 -05:00
Russell Johnson
0030a17241
Delete disabled code blocks
...
within guiMessage() method
2019-06-15 12:19:17 -05:00
Russell Johnson
7430736e28
Merge branch 'master' into pathpocketshape_fix
2019-06-15 12:07:48 -05:00
Russell Johnson
babc848af7
added missing self.stockBB instantiation
...
job boundbox object was missing in opSetDefaultValues()
2019-06-15 12:05:58 -05:00