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 |
|
wmayer
|
0d617f97d6
|
Port to occ7.2:
+ Standard_Failure::Caught() is now marked as deprecated and should be replaced with standard C++ exception handling
|
2017-09-01 16:27:46 +02:00 |
|
wmayer
|
800526836a
|
use specialized Python exception classes
|
2017-04-28 19:33:51 +02:00 |
|
Peter Lama
|
fa4bebf2e0
|
Use OCCT Handle macro for Handle_ classes
This is the result of running OCCT's upgrade script provided
with OCCT 7.0. See
https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form
and
https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019
for why this is necessary for OCCT >= 7.1
|
2017-04-20 12:27:34 +02:00 |
|
wmayer
|
0535817033
|
add missing header files for Linux build
|
2017-02-24 15:07:31 +01:00 |
|
wmayer
|
1fa57c3d22
|
if possible then keep canonical curve and avoid to get a B-spline
|
2017-02-24 12:32:06 +01:00 |
|
wmayer
|
1a39dba72e
|
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
|
303bbd250e
|
allow to pass also a face to Curve2d.toShape
|
2017-02-23 21:31:03 +01:00 |
|
Zheng, Lei
|
3bf3bd5cee
|
Part: export Part::shape2pyshape
|
2017-01-19 23:05:30 +08:00 |
|
wmayer
|
8afd7dc231
|
fix CID 154895
|
2016-12-18 11:32:45 +01:00 |
|
wmayer
|
17d6d739e6
|
fix warnings
|
2016-12-04 17:04:48 +01:00 |
|
wmayer
|
f56a570e9a
|
code optimization
|
2016-12-03 22:27:07 +01:00 |
|
wmayer
|
5551f9c3d2
|
implement Curve2d
|
2016-12-03 11:01:44 +01:00 |
|
wmayer
|
86b99e55dc
|
add method to extract pcurve from an edge
|
2016-11-26 19:28:06 +01:00 |
|
wmayer
|
14228c5f2c
|
implement ArcOfConic2d and ArcOfCircle2d
|
2016-11-25 10:07:55 +01:00 |
|
wmayer
|
dc23e23acd
|
implement Circle2d
|
2016-11-24 23:45:05 +01:00 |
|
wmayer
|
1b406d3a97
|
implement Conic2d and Parabola2d
|
2016-11-24 21:16:32 +01:00 |
|
wmayer
|
78a6da83b0
|
add Python wrappers for Geom2d classes
|
2016-11-22 14:09:19 +01:00 |
|