Bernd Hahnebach
3c629f095d
FEM: CLOAD, mesh face area is used for surface loads on volume faces
2015-05-26 13:50:38 +02:00
Abdullah Tahiri
81bd2cf34a
Bug fix: Sketcher: "Ask for value after creating distance constraint" setting not working
...
========================================================================================
How to replicate:
1. Go to Preferences->Display->Sketch and disable that checkbox.
2. Create a distance constraint (radius, distance, ...)
It will ask for the value regardless of whether the checkbox is clicked or not.
Why?
In SketcherSettings.ui the prefpath is "Mod/Sketcher"
The code refered to ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Sketcher/General");
2015-05-26 13:45:24 +02:00
wmayer
a2bdc366f0
+ make sure that Sketch.clear() doesn't allow any arguments
2015-05-26 13:11:48 +02:00
Abdullah Tahiri
b5ff8cdc82
Sketcher Bug fix: Python function clear() contains wrong code
...
=============================================================
This function is like this from 2011 according to git blame.
The original code makes no sense. I assume that what is intended in this
function (in accordance with SketchPy.xml) is call the method clear in
Sketch.cpp.
2015-05-26 13:08:22 +02:00
wmayer
b882109cb1
+ rename method for points of selection
2015-05-26 12:51:39 +02:00
wood-galaxy
7843225fad
Arch : Arch Section take current WorkingPlane Placement
2015-05-24 17:03:45 -03:00
Przemo Firszt
c5903523ea
Part: PartDesign: Fine tune chamfer, fillet and draft icons
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-24 10:52:26 +01:00
Yorik van Havre
bb3be15ff5
Draft: Removed the 'Hide Draft Workbench' Draft preference since we now have full WB customization
2015-05-23 13:17:50 -03:00
wmayer
1099b23587
+ raise error message when trying to mesh without netgen support
2015-05-22 16:15:18 +02:00
wmayer
a4441f2a41
+ implement missing methods of Python API for SelectionObject
2015-05-21 12:45:36 +02:00
wmayer
f20519d352
+ new parameter 'CoinOffscreenRenderer' to use Coin's offscreen renderer
2015-05-20 22:11:25 +02:00
wmayer
ef610c8c96
+ remove SoFCSelection from ViewProviderGeometryObject
2015-05-20 21:44:27 +02:00
wmayer
27863408c9
+ remove references to SoFCSelection where not needed
2015-05-20 19:24:12 +02:00
wmayer
562ecea9cf
+ fix text in drawing dialog
2015-05-20 18:16:49 +02:00
wmayer
dbfedbdeae
+ fix a few minor issues in DlgWorkbenchesImp and QListWidgetCustom
2015-05-20 11:18:46 +02:00
jriegel
d5ae1988b8
small fix in README
2015-05-20 06:49:23 +02:00
jriegel
aa142250e0
add shell and beam support to FEM mesh ViewProvider
2015-05-19 21:42:36 +02:00
wmayer
4ae424b44a
+ fix minor bug in string concatenation
2015-05-19 21:18:45 +02:00
Kirill Gavrilov
be70bad701
+ fixes #0002108 : Add OpenCascade navigation style
2015-05-19 20:24:09 +02:00
Kirill Gavrilov
e75fd5e69a
+ fixes : #0002109 : Matrix4D - add missing constructor body
2015-05-19 20:10:48 +02:00
Yorik van Havre
afef89a8ef
Arch: Fixed materials merge in IFC import
2015-05-19 10:15:07 -03:00
Przemo Firszt
4c383527f8
App: Add dialog to pick preferred workbenches
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-18 22:25:59 +02:00
Przemo Firszt
b507505a47
FEM: Fix crash on missing unit when editing material second time
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-18 17:09:30 +01:00
Przemo Firszt
b7e7f1f40a
Base: Handle Unit::Stress tha same way as Unit::Pressure in UnitsSchema
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-18 16:43:45 +01:00
Przemo Firszt
4729cafdcc
Base: Fix GPa/MPa units in UnitsSchemaMKS.cpp
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-18 16:37:09 +01:00
Yorik van Havre
691b1af944
Arch: Added pref option to IFC import to treat materials with same name as one
2015-05-17 14:22:24 -03:00
wmayer
9431d301d3
+ for VRML and OpenInventor export only selection, fix whitespaces
2015-05-17 13:53:22 +02:00
wmayer
994fbd072a
+ whitespace fixes
2015-05-17 12:53:00 +02:00
wmayer
f8eb61fdf8
+ prepare OCAF document to keep placement
2015-05-16 21:41:53 +02:00
wmayer
854b4be506
+ prepare OCAF document to keep placement
2015-05-16 18:01:57 +02:00
wmayer
00a124cea1
+ Pad type UpToFirst and UpToFace doesn't produce expected results.
2015-05-16 14:19:20 +02:00
wmayer
a6436f7d12
+ fixes #0001655 : Pocket type UpToFirst and UpToFace doesn't produce expected results.
2015-05-16 12:44:07 +02:00
wmayer
78671cb27e
+ raise exceptions in TopoShape::makeOffsetShape if needed
2015-05-15 20:20:37 +02:00
wmayer
4fe99f2658
+ whitespace improvement
2015-05-15 20:07:55 +02:00
blobfish
0950e1963a
Part: Offset: fill rework.
2015-05-15 20:00:47 +02:00
blobfish
cb2002d188
Part: ModelRefine: fix for bug# 2097
2015-05-15 18:06:33 +02:00
Yorik van Havre
25da93e2ea
Arch: small bugfix in IFC importer
2015-05-15 11:27:15 -03:00
wmayer
96e77ab5bf
+ FEM: replace set with list to preserve order
2015-05-15 13:48:29 +02:00
wmayer
84d579186c
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-05-13 12:01:23 +02:00
Yorik van Havre
a6fad36ab6
Arch: small bugfix in windows
2015-05-12 23:26:41 -03:00
Yorik van Havre
c7c5171233
Draft: fixed typo
2015-05-12 22:14:06 -03:00
Przemo Firszt
29044021cd
FEM: Fix Von Mises equation
...
Reported-by: sgrogan and confirmed by drei
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-12 15:58:49 +01:00
Yorik van Havre
bcec2d45ad
Arch: Added MDF presets to panel
2015-05-10 11:30:01 -03:00
Sebastian Hoogen
d4f3cb7277
use transformGeometry in importSVG
...
partly reverts f045df1ef3
as workaround
for issue #2062
2015-05-09 19:57:36 +02:00
Yorik van Havre
31cecf79a1
Draft: Added archang's patch to importDWG
2015-05-09 12:39:53 -03:00
wmayer
1f1acad4f8
+ set appropriate step size in clipping dialog
2015-05-09 14:54:28 +02:00
wmayer
45604b3874
+ use list of pairs instead of map for getVolumesByFace
2015-05-09 12:02:25 +02:00
wmayer
fbdfeef2a3
+ add method getPolesAndWeights() to NURBS surfaces and curves
2015-05-09 00:58:07 +02:00
wmayer
814c144ecb
+ FEM: add a couple of methods to Python interface
2015-05-09 00:15:05 +02:00
wmayer
9e89f2ff9a
+ implement FemMesh::getVolumesByFace, replace inner list by tuple
2015-05-08 21:45:13 +02:00