wmayer
0e5cbf5298
Py2/Qt4: fix build failures and warnings
2020-11-30 19:05:37 +01:00
wmayer
904574d368
Part: expose GeomPlate algorithm to Python
2020-09-28 18:46:35 +02:00
wmayer
5c4b7fa776
Part: [skip ci] add functions makeFromTrimmedCurve2d and makeFromCurveAdaptor2d
2020-09-28 17:24:48 +02:00
wmayer
1f8296736b
Part: improve Python interface
...
+ rename getCurve2dFromGeom2d to makeFromCurve2d
+ add function makeFromCurve and makeFromTrimmedCurve like makeFromSurface
+ implement OffsetCurve.BasisCurve
+ fix memory leak in BRepOffsetAPI_MakePipeShellPy
2020-09-27 23:34:45 +02:00
asapelkin
ced8100ab9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
wmayer
a79ce8d823
add missing std:: namespace to build on Debian 10
2019-08-21 23:56:46 +02:00
wmayer
9aa6a700d8
Replace Base::Exception with appropriate subclass
2018-11-14 19:45:20 +01: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
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
7d842679bd
in forward declaration replace class keyword when struct is expected
...
comment out unused parameters
2016-12-29 17:52:39 +01:00
wmayer
4ffce9699c
implement BSplineCurve2d
2016-12-03 22:17:04 +01:00
wmayer
86b99e55dc
add method to extract pcurve from an edge
2016-11-26 19:28:06 +01:00
wmayer
0e320ae8cf
implement Line2d
2016-11-26 15:30:00 +01:00
wmayer
fca22e332b
fix -Wunused-parameter
2016-11-26 14:11:30 +01:00
wmayer
e841178b83
implement OffsetCurve2d
2016-11-25 23:45:14 +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
78a6da83b0
add Python wrappers for Geom2d classes
2016-11-22 14:09:19 +01:00
wmayer
cd761ab804
wrapper for Geom2d package
2016-11-21 18:17:10 +01:00