Kunda
dde52952f4
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
88689439bd
Arch: Testing opening property for windows
2017-02-14 10:07:59 -02:00
luzpaz
019b0e2529
Draft: doxygen tweaks
...
Getting familiarized with doxygen by starting some initial work on Draft module
typo introduced from commit
2017-02-04 16:09:49 +01:00
Priit Laes
81464b5ef0
python: Draft: *.py: Fix syntax for Python3
2017-02-04 15:48:43 +01:00
Zheng, Lei
820439781f
Draft: various fixes and improvements of makeSketch
...
* Fixed extra conincidence constraint on closed wire
* Fixed Part::Feature arc handling
* Added support for Part.Shape
* Added radius and radius equal constraint
* Added support for auto deleting objects and all of its linked children
* Improved performance of autoconstraint
2017-01-24 10:25:58 -02:00
Yorik van Havre
c704c28920
Draft: Added stretch tool - fixes #1163
2017-01-13 11:25:25 -02:00
wwmayer
6dff7f1f1d
Merge pull request #413 from realthunder/sortEdges
...
Add C++ implementation of Part.sortEdges
2017-01-04 17:12:10 +01:00
Zheng, Lei
d585499825
Make DraftGeomUtils.findWires use Part.sortEdges
...
Renamed the original DraftGeomUtils.findWires() to findWiresOld2(). The
original findWires() has a bug which may cause missing edge(s).
Besides, using C++ implementation of Part.sortEdges will have better
performance.
2017-01-03 17:05:28 +08:00
Markus Lampert
198ab6db2e
Rebase on new Line/LineSegment code.
2017-01-02 17:34:36 -08:00
Yorik van Havre
0408aa4a60
Draft: Fixed bug in wire offsets
2016-12-28 14:30:38 -02:00
Yorik van Havre
101d280f6a
Draft: More solid normal detection in Draft2Sketch
2016-12-18 20:17:16 -02:00
Yorik van Havre
365ebf9a81
Draft: Applied Werners patch
2016-12-03 13:00:56 -02:00
Yorik van Havre
63aa773078
Draft: fixes related to LineSegment + more powerful draft2sketch conversion
2016-12-02 11:06:31 -02:00
Yorik van Havre
fcd0465d8f
Draft: Minor bugfixes in wire flattening code
2016-12-01 14:42:51 -02:00
wmayer
1855c80f36
replace Part.Line with Part.LineSegment
2016-11-30 21:25:18 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
ml
1472a2b8ae
Removal of extra path segments due to bone smoothing.
2016-11-12 16:34:49 -08:00
ml
23713a2c51
Smooth path with fillets.
2016-10-18 16:53:04 -07:00
Yorik van Havre
c8059f2631
Draft: removed debug message
2016-10-11 19:29:08 -03:00
Wolfgang E. Sanyer
d4bb01835c
Fixed Draft.makeSketch to work with planes other than xy.
2016-08-12 22:48:33 -04:00
Daniel Taylor
377595647d
Fixed "prnt" function to properly limit to 4 decimal places
...
Greatly simplify rebaseWire
2016-02-21 09:45:29 -06:00
Yorik van Havre
2ed8e5dd99
Path: misc bugfixes + restored node markers
2016-01-21 14:02:56 -02:00
Yorik van Havre
0d22ca8eaf
Path: Added new series of tools and fixes
...
* Fixed UsePlacement property of Path Compounds
* Added Path FaceProfile command - does a simple 2D contour of a face
* Added Path FacePocket command - does a simple 2D pocket of a face
* Added Path Array command - does an array with copies of a path
* Added Path Custom command - to add custom G-Code
* Added Inspect command - to inspect the G-Code of a path
2016-01-19 22:31:46 -02:00
Yorik van Havre
e71787d37a
Draft: fixed bug in wire offsets - fixes #1975
2015-12-15 11:11:57 -02:00
Yorik van Havre
9f4c54d33a
Draft: small bugfix
2015-12-01 22:14:59 -02:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
Jon Nordby
685865ce31
Draft: Fix typos in circleFrom2PointsRadius()
...
Can't have been used in a while...
2015-09-08 21:19:43 +02:00
Yorik van Havre
c515004611
Draft: Further typos in DraftGeomUtils
2015-09-08 13:18:22 -03:00
Yorik van Havre
9972dfbec9
Draft: fixed typo in DraftGeomUtils
2015-09-08 12:41:49 -03:00
Yorik van Havre
220afa90db
Extending doxygen stuff for Draft & Arch
2015-09-04 19:14:36 -03:00
Yorik van Havre
91b2506ccc
Changed all references to DraftGeomUtils.sortEdges to Part.__sortEdges__
2015-09-04 11:54:57 -03:00
Yorik van Havre
18624df555
Draft: Better docstring for DraftGeomUtils.fillet()
2015-06-22 22:03:13 -03:00
Yorik van Havre
895510e08d
Draft: small bugfix in Drawing view
2015-06-08 19:05:37 -03:00
Sebastian Hoogen
7ddd9d2ce0
check BoundingBox before calling distToShape
...
to find intersecting edges. issue #2050
2015-04-14 10:12:04 -03:00
Yorik van Havre
77f6684dfe
Arch: Enabled section filling in Arch drawing views
2015-03-21 12:08:05 -03:00
Sebastian Hoogen
75ced60a58
+ fixes #0001966 : edges in Shape2DView extend beyond endpoint
2015-02-25 18:45:40 -03:00
Yorik van Havre
4cf15ae696
Draft: implemented new, more robust version of sortEdges - fixes #1911
2015-01-11 22:09:29 -02:00
Yorik van Havre
bde130821d
Draft: Finished ellipse support - fixes #1788
2015-01-05 19:23:02 -02:00
Yorik van Havre
daedcf4f1c
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
537e759142
Draft: Added DraftGeomUtils.pocket2d(shape,float)
...
Returns a list of wires obtained by offsetting the wires of the given
shape by the given amount (outer wire inside, inner wires outside) and
resolving intersections
2014-10-03 17:35:40 -03:00
Yorik van Havre
16e8b0ee3f
Draft: Reverting provisorily to the old version of DraftGeomUtils.sortEdges
2014-09-24 18:13:55 -03:00
Yorik van Havre
e7cc192650
Draft: provisorily fixed error in sortEdges
2014-09-17 14:19:42 -03:00
Yorik van Havre
a4f208c8ac
Draft: replaced DraftGeomUtils.sortEdges with better version from pkoning2 - fixes #1691
2014-09-15 17:30:37 -03:00
Sebastian Hoogen
a81a307346
issue #1700 replace raise Exception()
2014-09-01 22:47:05 +02:00
Yorik van Havre
a9b5970512
Arch: Misc improvements to section planes
2014-08-13 00:28:27 -03:00
Yorik van Havre
a05bf739c5
Draft: Fixed Offset tool - fixes #1634 , #1635
2014-08-09 13:41:52 -03:00
Yorik van Havre
8a24f0fe6f
Draft: Setting the WorkingPlane from a quad face now also takes its x and y directions
2014-08-08 13:48:30 -03:00
Yorik van Havre
b0c157a5ea
Draft: better method for DraftGeomUtils.isPtOnEdge
2014-06-11 10:37:48 -03:00
Yorik van Havre
5424ad1d6a
Arch: Support for extruded curves in IFC export
2014-06-01 21:45:48 -03:00
Yorik van Havre
7e898c0336
Draft: Fixed offset of wires containing arcs
2014-05-17 18:58:21 -03:00