Commit Graph

2531 Commits

Author SHA1 Message Date
jmaustpc
cb540afa2e Add Part_RegularPolygon,
regular polygon edge in Part workbench "create primitives",

Add icons Part_Polygon and Part_Spline
2013-11-14 13:30:25 -02:00
wmayer
3be45a18a5 Parameter transformation 2013-11-14 11:27:07 +01:00
Yorik van Havre
3b76037a65 Draft: Dimension recode - fixes #1000, #852, #678
Draft dimensions have been recoded and should now behave better in non-XY planes,
and gained several new properties to adjust their look.
2013-11-13 19:25:01 -02:00
Yorik van Havre
ef167e8dd1 Arch: added a prefs option to use a custom IFC schema 2013-11-13 16:50:05 -02:00
wmayer
925e2d20ac + Throw exception when querying information from invalid shape 2013-11-13 12:29:06 +01:00
wmayer
9e06dc9ccb + Fix some tolerance issues 2013-11-13 11:57:30 +01:00
wmayer
008616a30b Allow user to choose tolerance in validate sketch tool 2013-11-13 11:12:02 +01:00
wmayer
0d9da9ef4d + Add method to Part module to set static values 2013-11-12 12:15:40 +01:00
wmayer
67390c0695 + Make sure to keep order of selected objects in getSelectionEx() 2013-11-12 11:38:52 +01:00
Yorik van Havre
70bc2446a1 Updated forum links to the new subdomain 2013-11-11 11:42:34 -02:00
wmayer
75801167db + fix doc string of CAD style 2013-11-11 09:27:00 +01:00
wmayer
d6d6d6ea50 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-10 20:10:06 +01:00
wmayer
509daf7731 + Fix signal connections of buttons in units calculator 2013-11-10 20:09:36 +01:00
Yorik van Havre
c5441345a4 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-10 16:45:49 -02:00
Yorik van Havre
b225b6bfd6 Arch: Added dxflib autoupdate mechanism - fixes #0001301 2013-11-10 16:45:34 -02:00
jriegel
8a6c8f6d45 Add comment to Quantity parser and further coposed units 2013-11-10 16:33:37 +01:00
jriegel
ac9395d113 Make Unit string output parsably and add Pascale and Newtons 2013-11-10 16:33:35 +01:00
wmayer
fab8d7d70b Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-10 14:27:03 +01:00
wmayer
ee94683af4 + fixes #0001081 2013-11-10 14:26:30 +01:00
jriegel
7b66f34b7f Detect unit missmatch in UnitsCalculator 2013-11-10 14:02:34 +01:00
wmayer
0670e216cf + fix build error, fix memory leaks 2013-11-09 18:57:34 +01:00
wmayer
6e04e8801d + Fix memory leak in units calculator 2013-11-09 13:51:21 +01:00
wmayer
4f50b2033e + Fix crash in units calculator, implement copy function 2013-11-09 13:47:15 +01:00
wmayer
39e4adc065 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-09 13:17:24 +01:00
wmayer
2ca282b0c5 + Split SoBrepShape into three files 2013-11-09 13:16:42 +01:00
jriegel
a3e1a64759 Merge branch 'refs/heads/dev-quantity' 2013-11-09 11:15:09 +01:00
wmayer
00f0f0a963 + Fix inconsistency in context-menu of FEM view provider 2013-11-09 11:05:08 +01:00
jriegel
041545dfba further implementing InputField and UnitsCalculator 2013-11-09 11:02:23 +01:00
wmayer
1d25f00bee + Make sure that number of Points and Normals is the same 2013-11-09 10:56:40 +01:00
jriegel
ae8898561a implementing UnitsCalculator and disable changes in Sketcher 2013-11-09 07:34:56 +01:00
wmayer
f7eb7008c6 + Implement observer for active analysis object 2013-11-08 18:51:47 +01:00
wmayer
4a465a0aed + Fix missing document icon 2013-11-08 18:50:43 +01:00
wmayer
11c6b429b2 + Add new SVG icons 2013-11-08 14:36:34 +01:00
wmayer
ce9041aa95 * Remove some old XPM icons 2013-11-08 14:20:49 +01:00
wmayer
66837227ae + Add new SVG icons 2013-11-08 14:09:27 +01:00
wmayer
5924d26b7f + Fix typo, fix undo/redo problem when creating an FEM analysis object 2013-11-08 09:57:37 +01:00
Yorik van Havre
231c6fbe51 Draft: fixed bad rendering of non-XY dimensions on drawing sheets 2013-11-07 18:14:09 -02:00
jriegel
33242fd8d7 Add UnitsCalculator 2013-11-07 16:16:17 +01:00
wmayer
1086dbf389 + fixes #0001247 2013-11-07 14:17:41 +01:00
wmayer
caeb85bf94 + Fix view provider name for FEM analysis 2013-11-07 12:45:05 +01:00
wmayer
da0a11cff9 + Improve meshing algorithm 2013-11-07 11:17:18 +01:00
wmayer
2e43fe24fc Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-07 02:17:04 +01:00
wmayer
af1e6fb1ec + Advanced options for different meshing algorithms 2013-11-07 02:16:33 +01:00
Yorik van Havre
4c500237db Updated links to the new forum 2013-11-06 19:32:45 -02:00
wmayer
71f2a7431c + Create finer meshes with netgen by bisecting 2013-11-06 17:50:57 +01:00
wmayer
00d91a5754 + Implement box highlighting for view providers using SoFCSelection 2013-11-06 13:40:41 +01:00
wmayer
44102e1c98 + Fix build failure 2013-11-05 21:08:23 +01:00
jriegel
b0ad791daa implementing InputField UseCase in Sketcher EditDatumDialog 2013-11-05 19:00:42 +01:00
wmayer
e9c4c44b67 + fixes #0001292 2013-11-05 18:51:40 +01:00
wmayer
ca7257feb1 + Implement persistence of GeomEllipse 2013-11-05 12:52:20 +01:00