wwmayer
3eb0e59600
Merge pull request #426 from brawaga/patch-2
...
Update Part_ru.ts
2017-01-09 10:08:59 +01:00
wwmayer
a65130b753
Merge pull request #421 from dev-at-stellardeath-org/master
...
Fix non-GUI usage in BOPTools
2017-01-08 18:48:14 +01:00
brawaga
933ff7e764
Update Part_ru.ts
...
Added translations, corrected some existed for grammar, syntax or style.
2017-01-07 23:55:55 +08:00
Lorenz Hüdepohl
be23f8654b
Fix non-GUI usage in BOPTools
...
Only define the translation related functions if the GUI is up
2017-01-06 18:25:56 +01:00
triplus
8dc516878f
Update BOA common and section documentation
2017-01-05 20:11:18 +01:00
wmayer
18738afc1e
replace Qt keyword slots with Q_SLOTS
2017-01-05 14:27:19 +01:00
wwmayer
e198383242
Merge pull request #413 from realthunder/sortEdges
...
Add C++ implementation of Part.sortEdges
2017-01-04 17:12:10 +01:00
Stefan Tröger
8bd07747ae
PartDesign: Change body viewprovider to group
2017-01-04 16:01:58 +01:00
Stefan Tröger
526d895a5d
PartDesign: Port body to be a origin group
2017-01-04 16:01:58 +01:00
Stefan Tröger
a025a20bed
Extensions: GeoFeatureGroup only for GeoFeature
2017-01-04 16:01:58 +01:00
wmayer
413550d5b1
cleanup work: overload methods instead of using new method names
2017-01-04 15:39:27 +01:00
triplus
ff986b80f1
Add Part BOA multiCut, multiCommon and multiSection methods
2017-01-04 14:06:12 +01:00
Zheng, Lei
0bae247c0f
Added Part.sortEdges
...
Unlike Part.__sortEdges__ which only return a list of connected edges,
and discard the rest. Part.sortEdges return a list of list of
connected edges, which includes all input edges.
2017-01-03 16:59:16 +08:00
wmayer
7d842679bd
in forward declaration replace class keyword when struct is expected
...
comment out unused parameters
2016-12-29 17:52:39 +01:00
Yorik van Havre
34a511174f
BOPTools: Fix to work without the GUI
2016-12-28 17:00:59 -02:00
wmayer
a421803c09
fix whitespaces
2016-12-28 14:22:42 +01:00
wmayer
9d8f765738
move methods setXAxisDir/getXAxisDir to base class
2016-12-28 14:22:12 +01:00
wwmayer
52a65710f8
Merge pull request #401 from abdullahtahiriyo/parabola_2017
...
Parabola 2017
2016-12-28 13:48:13 +01:00
wmayer
7b631625c7
if UnicodeUTF8 is not defined use a fallback implementation of translate()
2016-12-27 20:12:39 +01:00
Yorik van Havre
49c8d65bfe
updated ts files
2016-12-26 12:36:24 -02:00
Abdullah Tahiri
a2acb7ad30
Sketcher: Parabola fix loading from file
2016-12-24 22:15:41 +01:00
Abdullah Tahiri
2ab4297069
Part::Geometry: ArcOfParabola CCW emulation support/fix
...
=========================================================
Correction of the emulation so that arcs of parabola are always CCW.
2016-12-24 16:11:15 +01:00
Bernd Hahnebach
209d96125c
Part: boolean splitt tools, remove trailing whitspaces
2016-12-21 11:27:42 -02:00
Bernd Hahnebach
780d08c007
Part: boolean splitt tools, add type property to the objects
2016-12-21 11:27:42 -02:00
wmayer
7a5771a0f7
fix drag and drop of boolean operations
2016-12-21 11:39:26 +01:00
Abdullah Tahiri
505dd6e440
Part: Parabola Python Creation from Focus, Center and Normal Vector
2016-12-19 17:35:39 +01:00
wmayer
8afd7dc231
fix CID 154895
2016-12-18 11:32:45 +01:00
Abdullah Tahiri
7f2f9a19c3
Part: ArcOfParabola extension to set the symmetry axis
2016-12-18 00:03:53 +01:00
Abdullah Tahiri
abb3e1d0b5
Part: Parabola Extension to support getting occ focus
2016-12-17 22:50:46 +01:00
wmayer
743b83e853
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
6cfaf916f8
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
19c9a9f819
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
wmayer
5096f55ccb
port C++ code to Qt5
2016-12-13 14:22:59 +01:00
wmayer
aaef82e41e
Qt4/Qt5 neutral changes:
...
+ move meta types to own header to avoid double declaration
2016-12-12 15:22:34 +01:00
wmayer
7eb6f1d795
PartGui: set export macro to fix linking errors in PartDesignGui
2016-12-08 10:33:47 +01:00
Stefan Tröger
90aabe7207
Extension: remove unneeded debug messages
2016-12-07 06:41:40 +01:00
Stefan Tröger
619f367238
PartDesign: prevent double deletion of TempVis
2016-12-07 06:41:40 +01:00
Stefan Tröger
117ae4e6ab
Port attachment UI to Part for general use
...
Furthermore change PartDesign primitives to use the new task dialog
2016-12-07 06:41:40 +01:00
Stefan Tröger
67d76b309c
Port Attacher codde to the extension framework
...
AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
2016-12-07 06:41:40 +01:00
Stefan Tröger
c4911aeca1
Extensions: Add changed property handling
2016-12-07 06:37:27 +01:00
wmayer
17d6d739e6
fix warnings
2016-12-04 17:04:48 +01:00
wmayer
273f3995c0
add class GeomArcOfConic to reduce code duplication
2016-12-04 14:20:56 +01:00
wmayer
4ba8b565dc
add class GeomConic to reduce code duplication
2016-12-04 11:36:50 +01:00
wmayer
f56a570e9a
code optimization
2016-12-03 22:27:07 +01:00
wmayer
4ffce9699c
implement BSplineCurve2d
2016-12-03 22:17:04 +01:00
wmayer
07c2334839
implement BezierCurve2d
2016-12-03 18:23:55 +01:00
wmayer
ad41408b73
set type names of geom classes
2016-12-03 13:26:12 +01:00
wmayer
dd1d45b081
fix bug in Curve class
2016-12-03 11:04:24 +01:00
wmayer
5551f9c3d2
implement Curve2d
2016-12-03 11:01:44 +01:00
wmayer
4b9d3915f4
in old mode Edge.Curve returns a line segment instead of an infinite line
2016-12-02 12:51:00 +01:00