wmayer
2c9d5e3010
render full selection of huge part models in real time
2017-03-20 20:36:31 +01:00
Bernd Hahnebach
a8fc6b39b4
Part: BOPTools and CompoundFilter, remove not needed overwrting of setEdit and unsetEdit which prevents some C++ sedEdit modes to work
2017-03-20 10:59:02 -03:00
AjinkyaDahale
b60fe48564
Fixed Typos
2017-03-19 18:09:15 -03:00
tomate44
3e195d5d94
in approximate, don't autocorrect continuity. Explain requirements in UserDocu instead
2017-03-18 19:01:45 +01:00
tomate44
fedbf42e9c
BSplineSurface approximate, add parametrization type and smoothing algo
2017-03-18 19:01:45 +01:00
tomate44
281e5935fb
BSplineCurve approximate, fix function sometime failing with smoothing algo
2017-03-18 19:01:45 +01:00
DeepSOIC
e89e97c284
Part.BOPTools: fix wire making
...
Use Part.sortEdges instead of Part.getSortedClusters. Thanks
@realthunder!
2017-03-14 02:07:07 +03:00
DeepSOIC
932c31b60a
Part.BOPTools: drag-drop support
...
Drag-drop support for Connect, BooleanFragments and XOR.
2017-03-14 01:51:50 +03:00
Yorik van Havre
08d8f70691
Part: Support subcomponent transparencies in compounds
2017-03-08 15:54:44 -03:00
wmayer
84ac526f62
fallback handling if in VBO rendering no normals are set
2017-03-06 19:18:47 +01:00
wmayer
ed0727a606
move VBO rendering code into its own method
2017-03-06 18:36:11 +01:00
Yorik van Havre
6b66a38ee3
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
wmayer
b1347ec12b
support of highlighting and selection if shading is disabled
2017-03-06 09:29:26 +01:00
wmayer
35e8edeb08
extend interface to get actual property with geometric data, get center of gravity of a geometry
2017-03-05 18:05:11 +01:00
Kunda
99c99006b8
source typo fixes pt4 (only on py3 merged code)
2017-03-02 13:47:21 +01:00
Ian Rees
ac9f475702
Clean up clang inconsistent override warnings.
2017-03-01 22:00:41 +01:00
wmayer
02fb687844
do code cleanup
...
move BOPTools from Part to PartGui because it depends on GUI
2017-03-01 21:58:04 +01:00
looooo
8b45976c8d
py3: Part: Gui: gathering commits from python3-branch
2017-03-01 17:16:55 +01:00
looooo
69828c2662
py3: Part: BOPTools:
...
to make the BOPTools available in python3 the way to import these tools had to be changed:
old: ```from Part import BOPTools``` -> new: ```import BOPTools```
this is also changed for python2
2017-03-01 17:12:49 +01:00
looooo
a388a9d72d
py3: Part: App: gathering commits relevant for Mod/Part/App
2017-03-01 17:10:46 +01:00
wmayer
ed23c0d3c4
py3: ported Part to python3
2017-03-01 16:38:53 +01:00
hgutsche
de8f66f857
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
AjinkyaDahale
2ecacef35e
Sketcher: fix issue #0002788
2017-02-27 10:34:16 +01:00
wmayer
b32c102f0f
add missing header files for Linux build
2017-02-24 15:07:31 +01:00
wmayer
1073d06ef5
if possible then keep canonical curve and avoid to get a B-spline
2017-02-24 12:32:06 +01:00
wmayer
2dcbba9c33
call BRepLib::BuildCurves3d after mapping a 2d curve onto a surface to correctly create a 3d curve
2017-02-24 09:42:54 +01:00
wmayer
64912a59cc
allow to pass also a face to Curve2d.toShape
2017-02-23 21:31:03 +01:00
wmayer
97c9174840
fix various warnings
2017-02-21 22:51:26 +01:00
wmayer
f2dc8c5d31
Some fixes of pr 538
...
fix -Wreturn-type
homogenous naming style
use official spelling of B-spline
2017-02-21 13:30:43 +01:00
Abdullah Tahiri
f291942d45
Part: Add support for reversing a geomcurve
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
afd761041d
Sketcher: BSpline Increase Degree tool
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
9c10b3219d
Part: Geometry functionality extension
...
======================================
Added for curves:
getFirstParameter
getLastParameter
curvatureAt
length
Modified:
normalAt(double u, Base::Vector3d& dir)
as it was not working properly.
2017-02-21 13:24:10 +01:00
Jean-Marie Verdun
4a3252e445
Fix Face color display issue with Vbo turned on
2017-02-20 18:54:07 +01:00
wmayer
399cdd803a
use Coin API to deal with vbo and add methods to cleanup GL resources on destruction
2017-02-20 13:16:30 +01:00
wmayer
448ac27e56
fix crash in uIso of Sphere
2017-02-19 20:36:40 +01:00
wmayer
c1c4a90411
move vbo handling to private class
2017-02-19 19:40:37 +01:00
wmayer
845d6766f9
implement tearDown to close document
2017-02-18 21:34:19 +01:00
looooo
48f9987172
part: bspline: tests use copy instead of deepcopy
2017-02-18 21:20:59 +01:00
looooo
2b35bb3ae3
part: bspline: tests
2017-02-18 21:20:59 +01:00
Bernd Hahnebach
4169e94b69
Part: code formating, white spaces
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
54bbd79b03
Part: compound filter, GUI command
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
8369d68c8f
Part: compound filter, core module
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
ba9e342633
Part: compound filter, icon
2017-02-18 15:57:54 +01:00
wmayer
787b930a58
improve exception handling in BSplineCurvePy class
2017-02-18 12:53:36 +01:00
wmayer
72375db71b
clear error state when creating spline
2017-02-18 12:30:00 +01:00
wmayer
5cb17a6036
implement toNurbs for ellipse
2017-02-17 18:43:20 +01:00
wmayer
89925e21a3
implement NURBS converson of circle
2017-02-13 15:13:35 +01:00
wmayer
27fd215e1c
add methods to convert a curve to a B-Spline or NURBS
2017-02-13 10:38:09 +01:00
wmayer
69e027a607
fix rendering problems by using the cache context
2017-02-12 14:41:55 +01:00
wmayer
6d6fbdcd8d
implement correct way to query VBO status of viewer from SoBRepFaceSet node
2017-02-12 14:41:55 +01:00