luzpaz
cc87c20afe
Make uniform the use of B-spline visible to users
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
Harald Geyer
91719fce6c
Draft: Fix module loading in non-GUI mode
...
The WorkingPlane module is used in getSVG and getDXF, so we need to
import it unconditionally.
2017-11-05 12:47:08 +01:00
tomate44
eef61c54ff
fix BSpline curves treatment in Draft.makeSketch. BSplineCurves in a wire were doubled. Don't expose internal geometries of BSplineCurves of a wire to keep sketch lighter.
2017-10-30 18:13:32 +01:00
tomate44
c384b9908b
add BSpline support to Draft.makeSketch
2017-10-30 14:02:49 -02:00
Yorik van Havre
c24ea6eff3
Draft/Arch: Support for Y situations in sketches - issue #3163
2017-10-27 16:41:31 -02:00
Nikolay Nizov
0dff19e1fb
Draft: Fix dimensions of parametric circles
2017-10-21 16:20:38 +03:00
Yorik van Havre
6797965dd5
Draft: fix to clone's App::Part support
2017-09-21 10:11:47 -03:00
Yorik van Havre
74ee138915
Draft: Add support for App::Part in Draft Clones
2017-09-20 11:12:11 -03:00
Yorik van Havre
2db155a0c2
Draft: temporary fix for regression introduced by previous commit
2017-09-17 14:42:31 -03:00
Yorik van Havre
851e0bfd89
Draft: Fixed translate bug in non-GUI mode
2017-09-17 14:06:22 -03:00
Yorik van Havre
8b278486d0
Draft: WP Proxy now supports perspective camera too
2017-09-01 19:47:13 -03:00
Yorik van Havre
353e9a6228
Draft: New UI for the Scale tool
2017-08-25 16:40:49 -03:00
Yorik van Havre
520fa8d4e3
Draft: Fixed line to sketch conversion
2017-08-24 21:12:59 -03:00
luzpaz
a4766ba5dd
Draft: grammer fix
2017-08-22 10:09:46 +02:00
Yorik van Havre
15de1287ee
Draft: draft2sketch now (partially) supports bezcurves and bsplines (no constraints yet)
2017-08-16 19:25:27 -03:00
Yorik van Havre
de982f7c29
Draft: Fixed wrong arc projections in TechDraw
2017-08-16 17:52:56 -03:00
Yorik van Havre
8eafaba8cb
Draft: Dont hide Start and End properties in Draft wires
2017-08-12 12:18:22 -03:00
Yorik van Havre
ca46210fce
TechDraw: DraftView now renders Arch Rebars as wireframes
2017-08-09 10:27:45 -03:00
Yorik van Havre
c8931b5541
Draft: Fixed rotation of Points
2017-07-26 12:59:51 -03:00
Yorik van Havre
82fd10b4c7
Draft: Copy groups too when moving/rotating/copying groups
2017-07-25 15:01:58 -03:00
Yorik van Havre
7573122f87
Draft: Extended WPProxy tool
2017-07-06 14:44:13 -03:00
Yorik van Havre
cf01dd18ab
Arch: Removed Armatures property from Structures + added Host property to Rebars
2017-07-05 20:58:48 -03:00
Yorik van Havre
7deef8fb82
Arch: Added wood grain properties to Panel Sheets
2017-06-27 13:15:39 -03:00
Yorik van Havre
28f315f4f6
Draft: First version of Draft Label object
2017-05-29 16:57:25 -03:00
Yorik van Havre
2a59e2ec67
Using PropertyFont in Arch, Draft
2017-05-27 22:55:56 -03:00
Simon
f1bd61b94a
Fix incomplete creation of an SVG path from edges.
...
* Observed bug: If an ArchWindow has two opening symbols (i.e. two sides
that can be opened), only one was printed in SVG.
* In Draft.getSVG.getPath, some edges got lost in the call of
Part.__sortEdges__. In contrast, Part.sortEdges does not skip edges. All
edges are retained.
* With this fix, both opening symbols are rendered in Draft.getSVG.
* While it works for my test case, I suppose, Draft.getSVG.getPath is
used in some other places as well. Thus, side effects must be checked
by experienced people.
2017-05-27 19:49:20 -03:00
Yorik van Havre
47f4e8072e
Arch: Fixed moving and rotating spaces
2017-05-25 10:46:52 -03:00
Yorik van Havre
9179165fcd
Draft: Leave all clones selected after cloning
2017-05-21 18:21:01 -03:00
Yorik van Havre
da483e762f
Draft: fixed getSVG to work in non-GUI mode
2017-04-27 13:07:28 -03:00
asiersarasua
289f901c29
Fix typos
2017-04-23 18:48:21 -03:00
Yorik van Havre
3a5d4f8186
Draft: Array now propagates DiffuseColor of base object
2017-04-23 15:17:18 -03:00
Yorik van Havre
a3154480ff
Draft: Clones now adopt color/transparency of their cloned objects on creation
2017-04-16 15:37:34 -03:00
Yorik van Havre
d265bcaeb0
Draft: Added InPlace property to shape2Dviews
2017-04-08 16:09:24 -03:00
Yorik van Havre
744a9b3590
Arch/Draft: Autoselect results of Up/downgrade and arch component
2017-04-06 18:08:39 -03:00
Yorik van Havre
4e41c89d98
Draft: Fixed buggy ungroup function
2017-03-23 09:40:27 -03:00
Yorik van Havre
6be77ef271
Arch Added extra panel tools for sliptonic:
...
* ArchPanelCut.getWires(): returns (outlines,holes,tags) of this panel
* ArchPanelSheet.getOutlines(): returns the outlines of inner panels
* ArchPanelSheet.getHoles(): returns the holes of inner panels
* ArchPanelSheet.getTags(): returns the tags of inner panels
2017-03-16 18:12:10 -03:00
Yorik van Havre
1f81f8bd71
Draft: Fixed Shape2DView's Cut Face mode bug when cutting through multi solids
2017-03-04 16:08:52 -03:00
hgutsche
201c9d89b0
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
Kunda
a7414e5789
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
9daf12c6b2
Draft: Added utilities -> create Working Plane Proxy command
2017-02-25 20:34:43 -03:00
luzpaz
d5a38892d8
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
e095084cfb
python: Draft: *.py: Fix syntax for Python3
2017-02-04 15:48:43 +01:00
Yorik van Havre
f02c9ecf04
Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684
2017-01-29 14:27:42 -02:00
Yorik van Havre
9954cc63ac
Draft: Fixed small bug in SVG output
2017-01-25 21:29:33 -02:00
Yorik van Havre
009859ddf3
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
Zheng, Lei
1b197ae1ef
Draft: improved makeSketch backward compatibility
2017-01-24 10:25:58 -02:00
Zheng, Lei
00016543fa
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
2b18894e7c
Arch: Faster material handling in IFC import - fixes #2762
2016-12-29 16:05:52 -02:00
Yorik van Havre
8999391268
Arch: Allow Arch Components to be clone of any other Arch type
2016-12-28 20:27:46 -02:00
Yorik van Havre
1f261cef34
Fixed typos notified on crowdin
2016-12-28 16:59:24 -02:00