Peter Lama
a75a98ef27
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
asiersarasua
ba3274cf1a
Fix typos
2017-04-09 18:29:11 +02:00
looooo
b265030d1d
py3: ReverseEngeneering: port Py_InitFunc to python3
2017-02-28 17:39:08 +01:00
wmayer
1558e920db
py3: ported ReverseEngineering to python3
2017-02-28 17:39:08 +01:00
wmayer
0afd327f2a
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
wmayer
e54e9515fc
rename 2d tool classes to be consistent with 3d classes
2016-11-21 14:29:51 +01:00
wmayer
d80c05e186
fix Coverity issues
2016-08-20 17:21:01 +02:00
wmayer
aea769af3d
use a stricter tolerance to check for equal points
...
add method IsEqual to Vector3 class to support user-defined tolerance
2016-08-15 14:09:26 +02:00
wmayer
1e2e24b652
+ rename methods in Vector3 class
...
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00
wmayer
bca7a1866e
+ port to OCC 7.0
2016-05-14 16:53:27 +02:00
wmayer
524cdec261
+ suppress warnings with MSVC
2016-05-05 18:39:17 +02:00
wmayer
297e84e3f0
+ fix compiler warnings
2016-03-19 10:12:04 +01:00
wmayer
37b7334df6
+ remove extra qualification on normalEstimation
2016-03-09 18:57:36 +01:00
wmayer
033eb6590e
+ fix possible build failure
2016-03-09 15:25:15 +01:00
wmayer
6da5c23990
+ add algorithm to estimate normals of points
2016-03-09 14:46:19 +01:00
wmayer
816b54bd25
+ add segmentation algorithm
2016-03-03 18:07:17 +01:00
wmayer
ec992ae1dc
+ filter out invalid points
2016-03-02 18:04:45 +01:00
wmayer
f336b7ed67
+ filter out invalid points in surface triangulation algorithms
2016-03-02 16:14:08 +01:00
wmayer
8a76f2c13e
+ add region growing, segmentation and ransac algorithms to Reen module
2016-03-02 15:51:26 +01:00
wmayer
39187dacac
+ add voxel filter function to Reen module
2016-02-29 23:44:55 +01:00
wmayer
281447780b
+ simplify porting of ReverseEngineering module to Python3
2016-01-20 10:26:50 +01:00
wmayer
17d7dd840e
+ add points view feature and command to triangulate it
2015-12-30 16:25:08 +01:00
wmayer
93b53f1662
+ add several surface reconstruction methods from pcl to Reen module
2015-12-05 16:19:18 +01:00
wmayer
7eb7be3936
+ add Poisson surface reconstruction
2015-12-02 23:36:26 +01:00
wmayer
0bb6dc4cf1
+ add task dialog to perform B-Spline fit
2015-11-06 14:30:26 +01:00
wmayer
8645d56acf
+ get initial plane fit from B-Spline fit if required
2015-11-06 00:27:33 +01:00
wmayer
e5f805a773
+ optimize B-spline approximation
2015-11-04 14:39:20 +01:00
wmayer
38ca335a1f
+ check if pcl is built opennurbs support
2015-11-04 12:16:35 +01:00
wmayer
466d1a60b1
+ optimize B-spline approximation
2015-11-03 00:55:15 +01:00
wmayer
2d4d60d2ab
+ allow in approxSurface() to also pass points object
2015-11-02 17:36:45 +01:00
wmayer
caec2d98a0
+ fixes #0002321 : Build failure on current ( 71be79e) master
2015-11-01 18:07:56 +01:00
wmayer
212e2bf19c
+ include pcl bspline fit into Reverse Engineering module
2015-10-30 22:06:34 +01:00
wmayer
977411b4cc
+ check input of approxSurface for obviously wrong values
2015-10-25 12:46:02 +01:00
wmayer
e82a780774
+ move module Python stuff into C++ class
2015-10-24 18:04:53 +02:00
wmayer
c336f0757c
+ do error checking of input values and use keywords conforming with attributes of BSplineSurface
2015-10-24 15:40:24 +02:00
wmayer
fe7c3cda44
+ extend Python interface of approxSurface
2015-10-23 17:56:24 +02:00
wmayer
6fecb87053
+ fix documentation
2015-10-23 16:15:23 +02:00
wmayer
abec1c4b1d
+ improve whitespaces, replace floats with doubles
2015-10-23 15:32:54 +02:00
wmayer
67d8469069
+ fix bug in B-Spline approximation
2015-10-23 13:52:58 +02:00
wmayer
62da38339f
+ allow to set parameters for surface triangulation from outside
2015-10-21 23:18:53 +02:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
b7be7aec13
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
7d98705396
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d95003e92c
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
Sebastian Hoogen
debca91e98
remove support for automake
2014-11-26 10:26:30 +01:00
Sebastian Hoogen
5e51a6cdf7
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
5c269996b8
+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
2014-08-28 12:37:42 +02:00
wmayer
90e3b58950
+ set pcl components for LibPacks
2014-08-28 10:41:59 +02:00
wmayer
fd821fb7b4
+ do pcl components checks
2014-08-28 01:51:58 +02:00