Yorik van Havre
b4017b80d0
Draft: Reducing memory leak in snapper - ussie #3340
2018-02-21 12:53:48 -03:00
Yorik van Havre
10ad6c6d02
Draft: Hold snapping points
...
When drawing (snapping) using the Draft module, it is now possible
to press the Q key to record points. Additional snap locations then
become available orthogonally to these hold points.
2017-04-05 19:04:05 -03:00
looooo
79a6280360
py3: Draft: Trackers integer division
2017-02-04 15:48:43 +01:00
Yorik van Havre
ed0463728f
Draft: improvements to Stretch code, added support for rectangles
2017-01-15 17:32:13 -02:00
Yorik van Havre
72afcde8db
Draft: Added stretch tool - fixes #1163
2017-01-13 11:25:25 -02:00
wmayer
c3fe2de155
replace Part.Line with Part.LineSegment
2016-11-30 21:25:18 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
8b7bbc1bc9
Draft: Fixed grid that was not working anymore after closing a document
2016-08-17 16:38:23 -03:00
Yorik van Havre
895494a889
Draft: Grid can now be changed on-the-fly from the Set Working Plane button - fixes #2566
2016-05-29 19:23:11 -03:00
Yorik van Havre
aca192083a
Draft: Added mirror tool (more graphical version of Part Mirror) - fixes #2215
2015-12-05 14:19:35 -02:00
Yorik van Havre
b00d09ce66
Extending doxygen stuff for Draft & Arch
2015-09-04 19:14:36 -03:00
Yorik van Havre
74cf72511a
Draft: Improvements to Trimex tool - fixes #1598
...
* Autotrim 2 intersecting draft lines, wires or arcs
* Don't snap if CTRL is not pressed
* Allow to trim/extend against itself
2015-01-19 13:49:33 -02:00
Yorik van Havre
203fcb7a1b
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Sebastian Hoogen
9ad67346cc
issue #1701
2014-09-27 13:07:30 -03:00
Yorik van Havre
2b99706910
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00
Yorik van Havre
9f5014c43d
Draft: grid size is now settable in preferences
2014-08-28 16:00:08 -03:00
Sebastian Hoogen
19549e0940
Draft Bezier Curves: Add functionality to mockup
...
- Split poles to multiple bezier segments
- set degree of bezier curve
- Close Draft bezier curves
- set Degree at creation
- implement addPoint for piecewise Bezier curves
Draft BezCurve bugfixes
- fix Close button for BexCurve Edit
- fix tracker behaviour in for BezCurve.undoLast
Draft Bezier Curve: use circle trackers for control points
Draft: prepare functions to make bezier knots tangent or symmetric
2014-02-23 11:54:58 -03:00
WandererFan
d6313b057a
Add Draft Bezier Curve draw & edit mockup using bSpline tools.
2014-02-23 11:54:58 -03:00
Yorik van Havre
3cf68dcd2c
Draft: polygon tool can now use Part::RegularPolygon - fixes #0001305
2013-11-14 17:40:20 -02: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
34b75670d2
Draft: applying workaround for pivy SoInput.setBuffer bug to draft splines
2013-10-25 17:41:48 -02:00
Yorik van Havre
1f7f301eb5
Draft: workaround for pivy SoInput.setBuffer bug
2013-10-21 11:32:36 -02:00
Yorik van Havre
8781ffb883
Arch: Window presets
2013-10-17 16:29:47 -03:00
Yorik van Havre
9d08228957
Draft: Rewrite of defaults handling
2013-10-09 15:40:38 -03:00
Yorik van Havre
1de9b90a22
Draft: Added a new bitsnpieces snap style
2013-10-08 17:02:46 -03:00
Yorik van Havre
4005b199e0
0001102: Updated all links to old freecad homepage and wiki to the new ones
2013-09-15 17:04:42 -03:00
Yorik van Havre
ce78a0e0a7
Draft: removed unnecessary uses of DraftVecUtils
2013-07-30 16:48:28 -03:00
Yorik van Havre
af53c00355
Draft: Added face mode to Draft rectangle tracker
2013-07-06 18:41:43 -03:00
Yorik van Havre
92e77b36c4
Arch: misc improvements
...
+ Further work on snap tracking dims
+ Better snap for structures
+ Corrected initial temp shape of structures
+ Added a box with wall length (still readonly)
2013-06-16 20:06:14 -03:00
Yorik van Havre
4c009e858e
Arch: Added preliminary dimensions tracking to walls
2013-06-16 14:13:20 -03:00
Yorik van Havre
e0c05d8806
0001151: Draft loads Part module at start
...
+ Fixed loading of Part module at startup
+ Minor cleaning around
2013-06-15 15:39:29 -03:00
Yorik van Havre
4f283c7149
Draft: small bugfix
2012-12-07 10:50:42 -02:00
Yorik van Havre
f95e990844
Draft: Bugfix in parametric dimensions
2012-11-24 14:21:42 -02:00
Yorik van Havre
b77ffea248
Further optimizations in Draft
2012-11-15 23:00:58 -02:00
Yorik van Havre
a019a315e6
Optimizations in Draft module
...
* More efficient and lightweight ghosts in move & rotate
* Track lines now handled directly by the snapper
* More precise snapping for move (experimental)
2012-11-15 15:04:02 -02:00
Yorik van Havre
a446c21ff5
Draft: Made the grid unpickable
2012-06-11 19:16:02 -03:00
Yorik van Havre
fc46ef0f1e
Draft: Removed debug message
2012-06-07 18:23:50 -03:00
Yorik van Havre
e78f832760
Draft: Huge bugfixing in snap and grid behaviour
2012-06-07 18:20:42 -03:00
Yorik van Havre
7c05d3aa84
Draft: Fixes in trackers
...
* Plane tracker can now be turned off in preferences
* Grid no longer stays in front of new objects
2012-06-06 16:45:54 -03:00
Yorik van Havre
4f59b00aac
Draft: Fixes in working plane
2012-06-05 18:53:48 -03:00
Yorik van Havre
28f386f3ab
Renamed Draft fcvec and fcgeo modules
...
Draft/draftlibs/fcvec becomes Draft/DraftVecUtils
Draft/draftlibs/fcgeo becomes Draft/DraftGeomUtils
2012-05-22 11:45:40 -03:00
Yorik van Havre
ceb6c0726b
Fixed bug #671 - Draft DrawingViews
2012-04-16 19:54:30 -03:00
wmayer
033c7d2277
0000671: Crash with Draft/Put... on sheet with PartDesignExample.FCStd
2012-04-16 16:47:09 +02:00
Yorik van Havre
bc57322441
Highighted axes on Draft grid
2012-04-12 16:28:43 -03:00
Yorik van Havre
c183024f91
Added additional TaskBox to Arch Wall tool
...
Additional parameters such as height and width
can now be set during wall drawing
2012-02-04 20:35:35 -02:00
Yorik van Havre
18dc515d2b
Misc improvements to the Arch module
...
+ Added Draft box tracker
+ Fixed bug in Arch cell
+ Fixed bugs in Draft Snap
+ Better Arch Wall tool
2012-01-24 08:41:13 -02:00
Yorik van Havre
b24d93a56e
fixed display of Draft offset ghost in OCC mode
2012-01-11 12:54:40 -02:00
Yorik van Havre
83894d9900
+ set license blocks of the Draft module to LGPL
2012-01-03 19:41:51 -02:00
Yorik van Havre
4918fd32f1
fixed bug #556 - Premature loading of modules
...
The Draft and Arch modules now load heavy modules such
as Part or Sketch only when they use them, not anymore
at Init time.
2011-12-31 17:16:51 -02:00
Yorik van Havre
5740cde4da
fixed bug #549 - Undo of offset objects causes Draft tools to stop functioning
2011-12-25 17:49:30 -02:00