Przemo Firszt
6de28c158d
FEM: fix white space
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
f5146b8d43
App: fix typo
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
9766893be1
FEM: Change FEM results selection to radio buttons
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
f29b003810
FEM: Add reset_mesh_color and reset_mesh_deformation functions
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
ca47eeaeff
FEM: Remove unused property
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
6df5809c33
FEM: Optimise check_prerequisities
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
da83e47241
FEM: Remove old results before loading new set
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Przemo Firszt
157399e395
FEM: Fix problem with using old displacement value after recalculation
...
Reported-by: bernd
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-09 13:07:49 -03:00
Yorik van Havre
beedcc06fe
New splashscreen
2015-06-09 11:36:19 -03:00
Yorik van Havre
895510e08d
Draft: small bugfix in Drawing view
2015-06-08 19:05:37 -03:00
Yorik van Havre
48113f3bca
Arch: Fixed encoding in IFC import - fixes #2149
2015-06-06 12:52:44 -03:00
Ian Rees
418cefd7ee
Cleaning up compile warnings, mainly in Sketcher
...
fabs() instead of std::abs(), add cmath include
2015-06-04 18:12:39 +02:00
DeepSOIC
37fbcb64a6
Part: new tools - JoinFeatures (Connect, Embed and Cutout)
...
Attributions:
Mark (quick61) - icons
Yorik - help with internationalization
Everyone who appeared in forum thread "A new Part tool is being born...
JoinFeatures!" - for endorsement!
http://forum.freecadweb.org/viewtopic.php?f=22&t=11112
2015-06-04 09:47:59 +02:00
Ian Rees
5ced7e5cbe
Add #include that's required with Homebrew
2015-06-04 09:54:20 +12:00
wmayer
c3808cd991
+ Use update mechanism for CmdSketcherToggleConstruction
2015-06-03 19:12:48 +02:00
wmayer
cf1a77a44d
+ Use update mechanism for CmdSketcherToggleDrivingConstraint
2015-06-03 18:31:30 +02:00
wmayer
c91018946c
+ Extend Command framework to allow to update QAction
2015-06-03 18:30:36 +02:00
Yorik van Havre
0fec404c6d
Arch: fixed Label encoding in IFC export
2015-06-02 19:58:59 -03:00
wmayer
1808fd83ed
Expose attribute to Python to access icon of view provider
2015-06-02 16:21:56 +02:00
Przemo Firszt
4e94c02dda
FEM: Rename animateNodes to applyDisplacementToNodes
...
Also animateNodes is now applyDisplacementToNodes.
The funcions are not doing animation, but are responsible
for deforming mesh.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
8195ce579b
FEM: Remove not used setColorStress function
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
aed303f4ff
FEM: Add curly brackets to one line for/if or if/if commands
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
70318d7820
FEM: Disable Show result button if there are no results in analysis
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
749e772d85
FEM: Add Purge FEM results button
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
97a6333f87
FEM: Simplify setting FEM results when user selected None
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
302dbbf0be
FEM: Fix problem with Show button not reverting mesh deformation
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:34 +01:00
Przemo Firszt
dc7da86261
FEM: Don't use bool as variable name
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:21 +01:00
Przemo Firszt
6a13a51b90
FEM: Don't check is Show is checked after slider has been moved.
...
Slider is disbled is Show is not ticked, so that check is redundant.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:35:10 +01:00
Przemo Firszt
74234e7000
FEM: Switch to reading analysis stats from AnalysisStats object
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
597c9b856b
FEM: Add AnalysisStats object
...
This commit add a new object to Analysis: AnalysisStats. AnalysisStats
contains list with 15 values (an example):
-0.000776373 <-- minimum X displacement
-7.74494e-06 <-- average X displacement
0.000774115 <-- maximum X displacement
-0.00416267 <-- minimum Y displacement
-0.00204191 <-- average Y displacement
0 <-- maximum Y displacement
-0.000775108 <-- minimum Z displacement
1.09288e-05 <-- average Z displacement
0.000775122 <-- maximum Z displacement
0 <-- minimum Abs displacement
0.00214509 <-- average Abs displacement
0.00430481 <-- maximum Abs displacement
0.390598 <-- minimum Von Mises Stress
0.93509 <-- average Von Mises Stress
1.47765 <-- maximum Von Mises Stress
Those values will be used to set field values in FEM results dialog
instead of currently used values returned by setNodeColorByResult
function.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
9c6ee0ac63
FEM: simplify reading lines from frd file
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
f5863b6d9b
FEM: replace input with frd_file in ccxFrdReader.py
...
input is a built-in function name and should not be used as variable name
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
05cb44bfb0
FEM: use is instead of == for None in ccxFrdReader.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
39b407fdba
FEM: replace deprecated has_key in ccxFrdReader.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
Przemo Firszt
cd5cc689dc
FEM: white space fixes in ccxFrdReader.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-06-02 11:28:44 +01:00
J.L. Cercos-Pita
b27e512828
Corrected the wetted surface units
2015-06-01 12:00:30 -03:00
J.L. Cercos-Pita
657041d6b1
Updated the spreadsheets to the new module
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
f7be7d1e30
Fixed the locales
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
dfa96bd3fe
Fixed the locales in the Hydrostatic tools
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
63360966f9
Fixed the problems with the group separator in some locales
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
3a52249400
Extended the locale fixe to the stored variables into the Ship instance
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
f867db6f71
Fixed the problems with the group separator in some locales
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
5c79b2f762
Updated the areas computation tool to the new spreadsheet
2015-06-01 12:00:29 -03:00
J.L. Cercos-Pita
071829dbc9
Fixed 'Axes' object has no attribute 'get_frame' error (see http://matplotlib.org/api/api_changes.html )
2015-05-31 19:28:16 +02:00
wmayer
2e14552a50
+ fixes #0002134 : FreeCAD crashes when the window is restored and a plot is shown
2015-05-31 17:29:30 +02:00
wmayer
a12f700aa2
+ fix some warnings
2015-05-30 20:59:25 +02:00
wmayer
351e7aae6f
+ fix wrong default of ContinueMode in settings panel
2015-05-30 20:42:33 +02:00
wmayer
eef340f19c
+ fix whitespaces
2015-05-30 20:30:12 +02:00
Abdullah Tahiri
3b1873f1dc
Sketcher Improvement: Always enable geometry creation
...
==============================================================================
Now you can switch from one tool to the next just by clicking on the next tool
2015-05-30 16:39:34 +02:00
Abdullah Tahiri
ca356c308e
Sketcher Driving/Reference and Construction/Normal single buttons icons
...
=======================================================================
2015-05-30 16:39:33 +02:00