Commit Graph

120 Commits

Author SHA1 Message Date
wmayer
2caf767974 + implement solve() in Python API of SketchObject 2014-07-12 17:13:05 +02:00
wmayer
86d80db12c + optimize creation of hexagonal sketch profile, add icon 2014-06-04 12:05:41 +02:00
wmayer
6ac93e9d72 Add initial support for different libdir (jobermayr) 2014-05-10 12:57:38 +02:00
wmayer
55984a200f + fix flaws found with code analyzer tool 2014-05-07 13:09:44 +02:00
wmayer
4b2b243e47 + compile with clang 2014-05-05 16:24:01 +02:00
mdinger
1498e99cef Move python module prefix and suffix properties into macro to be set together 2014-05-03 16:00:30 +02:00
wmayer
0a44a5b60d + Remove external geometry when changing support face 2014-05-02 12:03:52 +02:00
wmayer
6eda281ac6 Reorient sketch loses constraints (fix from chrisf) 2014-05-01 18:04:33 +02:00
wmayer
67edfb895b + Fix prefix of Python extensions built with MinGW 2014-04-30 18:22:52 +02:00
mdinger
e2bd648e9a Remove unnecessary quotes. 2014-04-30 13:41:16 +02:00
mdinger
3e3ce381f6 Apply SET_BIN_DIR macro to Mod 2014-04-30 13:41:13 +02:00
jriegel
53b439e1f1 Some fixes for ProfileLib 2014-04-17 06:33:58 +02:00
jriegel
a0ee7f2d31 Start profile lib in sketcher 2014-04-16 07:49:09 +02:00
wmayer
052966126e + issue #0001475: Implement a 3 point arc similar to solidworks in sketcher 2014-03-17 09:37:56 +01:00
wmayer
8df3dcea20 + issue #0001474: crash selecting constraint 2014-03-15 11:32:03 +01:00
wmayer
7d3c4ca328 + fixes #0001131: Crash when trying to edit sketch 2014-03-10 17:16:47 +01:00
wmayer
ddddf007b7 + fixes #0001339: Crash when giving sketch with external geometry a new support (face) after the original support was deleted 2014-03-10 13:35:41 +01:00
wmayer
befb6ec6e8 + fixes #0001356: Error message displays value in Radians (adding reduntant/conflicting angle constraint) 2014-03-03 17:19:33 +01:00
logari81
d8cca2ad88 Sketcher: fix polyline closing when coincident points are involved 2014-02-12 22:23:43 +01:00
wmayer
c3384e4b5a + fixes #0001380: Allow to set user-defined names for constraints 2014-02-10 15:36:58 +01:00
wmayer
3fe720f3bc + Replace math.h with cmath 2014-01-05 11:25:40 +01:00
wmayer
fc7bea13ee + Patched applied to fix flipped arcs when adding as external geometry 2014-01-04 12:59:07 +01:00
wmayer
09d4b9fc5d + fixes #0001327: Crash in System::initSolution() 2013-12-09 13:41:38 +01:00
wmayer
de677a16f4 + Allow also int when a float is expected in sketcher constraints 2013-12-08 14:18:50 +01:00
Yorik van Havre
70bc2446a1 Updated forum links to the new subdomain 2013-11-11 11:42:34 -02:00
Yorik van Havre
4c500237db Updated links to the new forum 2013-11-06 19:32:45 -02:00
Yorik van Havre
37f6fcf6d8 Updated links to the new bugtracker location 2013-11-04 17:07:35 -02:00
wmayer
4d16127432 + Add a sketch validation panel 2013-10-15 17:11:49 +02:00
wmayer
ece9380d0a + Fix memory leak in Python interface of Constraint class 2013-10-15 11:26:41 +02:00
wmayer
7a13cb8d09 + Fix compiler warnings 2013-10-11 12:24:49 +02:00
wmayer
bee20ca85f 0000750: Endless loop in sketch solver 2013-10-06 13:11:11 +02:00
wmayer
66559bc037 0001264: add function Sketch.setConstruction() 2013-10-02 10:47:29 +02:00
wmayer
9cc3a19030 0001216: Unable to Loft Sketches with Radiused Corners 2013-08-16 12:59:00 +02:00
wmayer
99e0e21193 Fix inconsistency of order of points of an arc 2013-08-14 12:01:02 +02:00
wmayer
5c7aa1e81a 0001201: Highlight coincident constraint in sketch view when clicking on (coincident) constraint in constraints list 2013-08-13 20:12:08 +02:00
wmayer
609072f140 + in setPyObject() only use classes derived from Base::Exception 2013-07-05 15:29:04 +02:00
wmayer
610c2efdd6 + Fix for subelements of SelectionObject, fix for SketchObjectPy::fillet() 2013-03-02 17:34:34 +01:00
logari81
3562efa5d5 PartDesign: Refactor pattern features and gui
- remove StdDirection,StdAxis and StdMirrorPlane properties
- support sketch H_Axis, V_Axis, N_axis as valid references in patterns
- polish reference selection gui (unified for standard axes and custom references)
2013-01-09 23:18:38 +01:00
wmayer
0e8158816b Some little fixes 2012-12-10 14:02:37 +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
logari81
a72d95472e Sketcher: Implement symmetry with respect to a point constraint, aka midpoint constraint 2012-11-29 22:46:11 +01:00
logari81
a6cf1fd88f Sketcher: Add root point by default
Replace all Vertex ids with Geo,Pos id pairs in CommandConstraints
2012-11-28 15:14:13 +01:00
logari81
dc0475ed92 Sketcher, Issue 0000808: fix one more issue with restoring of external geometry 2012-08-07 01:21:45 +02:00
logari81
33cc47db95 Sketcher: fix crashes on geometry deletion in sketches with symmetry constraints 2012-07-18 13:23:38 +02:00
logari81
d74863e812 Sketcher: on geometry delete, transfer constraints to equivalent geometries if possible 2012-07-18 11:59:20 +02:00
logari81
bcff0e2a2d Sketcher: fix some issues with external geometries 2012-07-17 12:43:43 +02:00
logari81
b96f0db033 Merge branch 'master' into logari81/sketcher 2012-07-17 10:15:51 +02:00
logari81
a357a0aaa7 Sketcher: fix issues with single points 2012-07-16 12:11:20 +02:00
mrlukeparry
7b05576aa2 Sketcher, 0000466: improve visualization of constraints 2012-07-15 13:23:59 +02:00