Commit Graph

1281 Commits

Author SHA1 Message Date
wmayer
c8cacace17 Do some error checking for sketch based features 2012-12-13 20:59:53 +01:00
wmayer
9032e31281 Improve algorithm to check intersection of axis and sketch 2012-12-13 19:11:37 +01:00
wmayer
001fb03b5d Fix bug in check for intersection of axis with sketch 2012-12-11 20:06:56 +01:00
wmayer
0e8158816b Some little fixes 2012-12-10 14:02:37 +01:00
logari81
7eb5b9e6dc Sketcher: Enable positioning of sketches with the manual alignment tool 2012-12-10 13:58:45 +01:00
logari81
7755a00d5d PartDesign: Enable manual alignment tool for PartDesign features 2012-12-10 13:58:44 +01:00
Yorik van Havre
e0ac6a72f1 Draft: bugfix in dimensions 2012-12-09 20:41:53 -02:00
logari81
4a08edf6ac Sketcher: Accept selection of a line and a symmetry point for creating a symmetry (midpoint) constraint 2012-12-09 00:29:00 +01:00
logari81
d86db1f2ee Sketcher: Avoid unnecessary updates in the ViewProviderSketch 2012-12-08 23:51:24 +01:00
logari81
ccd25bfc77 Sketcher: Include root point in box selections 2012-12-08 23:49:48 +01:00
logari81
4a680d12b7 Sketcher: Fix deletion of coincident constraints on the root point 2012-12-08 23:48:35 +01:00
logari81
9ca1206cfe Sketcher: Fix reverting of geometry on undoing a new constraint 2012-12-08 23:45:21 +01:00
wmayer
78c255849f Make automake distcheck ready 2012-12-08 15:45:17 +01:00
Yorik van Havre
6d756c9944 Draft: bugfix in polar snapping 2012-12-07 19:27:23 -02:00
wmayer
04879b2cf6 Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad 2012-12-07 14:04:03 +01:00
wmayer
f87d7fe1f6 0000906: Segmentation Fault when try to use linear pattern on Part, fix some issues with selection gate 2012-12-07 14:01:49 +01:00
Yorik van Havre
ed6cd0ce59 Updated translation strings 2012-12-07 10:56:57 -02:00
Yorik van Havre
4f283c7149 Draft: small bugfix 2012-12-07 10:50:42 -02:00
wmayer
430f35cb92 0000903: V0.13 - Change Individual face color on solid is missing (finish this in 0.14) 2012-12-07 12:13:36 +01:00
wmayer
15fc11c16f Fix build failures with automake 2012-12-06 20:13:24 +01:00
Sebastian Hoogen
32596ba7e4 OpenSCAD: fix translation problems and identation error 2012-12-06 14:09:08 +01:00
wmayer
98f780e5f9 Fix script 2012-12-06 14:08:50 +01:00
wmayer
27ba683559 Improved algorithm to detect intersections of rotation axis and sketch 2012-12-06 13:21:10 +01:00
wmayer
cb674d208e Update draft and shaft icons 2012-12-04 12:21:54 +01:00
wmayer
18a365ca00 Fixes for OCC 6.3 2012-12-04 11:32:30 +01:00
jrheinlaender
b76b47360a FeatureDraft: Omitted use of Remove() because of OCC bug 2012-12-04 10:59:46 +01:00
jrheinlaender
2b4851b346 Added for bore feature 2012-12-04 10:59:45 +01:00
jrheinlaender
2461e609d8 Added bore command to partdesign workbench 2012-12-04 10:59:45 +01:00
jrheinlaender
72a26b68a0 Added check to Revolution and Groove for sketch axis intersecting the sketch face 2012-12-04 10:59:44 +01:00
jrheinlaender
1e5ff95f95 Fixed UI bugs 2012-12-04 10:59:44 +01:00
jrheinlaender
f27d789f17 Icon for PartDesign_Draft 2012-12-04 10:59:43 +01:00
jrheinlaender
6a553dded9 Fixed two bugs, thanks to wmayer 2012-12-04 10:59:42 +01:00
jrheinlaender
7a9fdf444c Removed unnecessary boundary check for FloatConstraint property 2012-12-04 10:59:42 +01:00
jrheinlaender
4fcbc4f3f1 Some notes on pad and draft features for future developments 2012-12-04 10:59:41 +01:00
jrheinlaender
433ead710f Created Draft feature for PartDesign 2012-12-04 10:59:41 +01:00
jrheinlaender
391936f4eb WizardShaft: Automatic adjustment of axes length 2012-12-03 21:43:45 +01:00
jrheinlaender
4ac1803d6b Added inner diameter parameter for shaft wizard 2012-12-03 21:43:45 +01:00
jrheinlaender
654dd1a125 Fixed bug that showed wrong scaling (m instead of mm) on x axis 2012-12-03 21:43:45 +01:00
wmayer
c783fad191 0000896: ShaftDesign wizard incorrectly calls the active document 2012-12-03 14:28:56 +01:00
wmayer
d5983e7ba6 Add icons for sketcher commands 2012-12-03 12:50:31 +01:00
wmayer
3e57b08c6a Add icon for cross-sections command 2012-12-03 12:34:12 +01:00
wmayer
db87c2d19a Add shaft icon without feature key 2012-12-03 12:12:09 +01:00
wmayer
756f01bad9 Add correct shaft icon 2012-12-03 12:11:03 +01:00
wmayer
21b657004c Add icon to wizard shaft, error handling of missing python modules, slight changes to the wizard shaft command 2012-12-02 15:24:55 +01:00
jrheinlaender
faf5918101 Added accept() method 2012-12-02 13:29:07 +01:00
jrheinlaender
776bfc2125 Moved the UI from a dock window into a task window
Added menu entry in PartDesign workbench menu
2012-12-02 13:29:06 +01:00
jrheinlaender
93110cabb3 Use plot module for graphs 2012-12-02 13:29:06 +01:00
jrheinlaender
2e7aa9cf38 Changed list views to comboboxes in the table 2012-12-02 13:29:05 +01:00
jrheinlaender
4e715afffc Created shaft wizard (moved here from PartDesign branch) 2012-12-02 13:29:05 +01:00
wmayer
88c6df966e Show auto-constraints symbol in point mode 2012-12-02 13:27:50 +01:00