wmayer
d5e9afa52b
py3: ported Part to python3
2017-03-01 16:38:53 +01:00
wmayer
c19dd8b4c7
make new Part.Line behaviour the default
2017-02-09 21:47:25 +01:00
wmayer
07c2334839
implement BezierCurve2d
2016-12-03 18:23:55 +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
wmayer
c74ba63283
implement Line class
2016-12-01 00:04:13 +01:00
wmayer
25108d8634
support offset curve in edge.Curve for occ 7.0
2016-09-15 10:36:44 +02:00
wmayer
c2dd2e2b99
fix Coverity issues
2016-08-21 18:46:40 +02:00
Wolfgang E. Sanyer
d1d2f1f811
This commit adds getShape and setShape to TopoShape
2016-08-06 23:42:55 +02:00
wmayer
1736901e92
+ implement TopoEdge.isSeam(face)
2016-04-28 11:08:28 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
897591f765
+ add methods to get GProps from curves and surfaces
2015-03-22 18:39:49 +01:00
Sebastian Hoogen
af50cbf964
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
wmayer
b26ed2a3a9
+ Support Quasi methods in discretize()
2014-08-14 19:11:51 +02:00
wmayer
e4aa0049c1
+ support First and Last keywords in discretize
2014-08-14 11:16:54 +02:00
wmayer
1619ff964e
+ fix and improve discretize() method
2014-08-13 23:33:27 +02:00
wmayer
3be45a18a5
Parameter transformation
2013-11-14 11:27:07 +01:00
wmayer
4d653a2f17
+ Fix curve and surface property methods of topo edge and face
2013-11-05 12:16:57 +01:00
wmayer
ad877e1ae1
+ Make Python API more pythonic
2013-10-11 13:57:05 +02:00
wmayer
3fd1efe5b0
+ Fix for call of normalAt for edges
2013-10-02 09:42:09 +02:00
wmayer
236546151f
Add First/LastParameter attributes to TopoEdge
2012-06-26 14:58:05 +02:00
wmayer
53b0f9e952
Method Part.Edge.split added
2012-06-05 11:55:45 +02:00
wmayer
3933c6b109
+ implement Python interface to discretize wires or edge with given deflection or number of points
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5423 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-24 15:23:58 +00:00
wmayer
5c23a97737
+ attribute Tolerance added to vertex, edge and face
...
+ method 'add' added to wire
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5401 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 12:09:45 +00:00
wmayer
7d7eefc7ca
+ check for null shape before calling BRep_Tool::IsClosed
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5379 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-02 14:03:55 +00:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00