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 |
|
Yorik van Havre
|
ca7c5d31a4
|
updated translations
|
2016-04-06 22:39:34 -03:00 |
|
wmayer
|
297e84e3f0
|
+ fix compiler warnings
|
2016-03-19 10:12:04 +01:00 |
|
Yorik van Havre
|
bcb75d5477
|
Updated translation files from crowdin
|
2016-03-17 23:29:11 -03: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 |
|
Yorik van Havre
|
d1b4f23388
|
Added latest translations from crowdin
|
2016-03-06 14:50:07 -03:00 |
|
wmayer
|
70f58672c7
|
+ get also back normals from MeshObject::getPoints
|
2016-03-04 18:28:49 +01:00 |
|
wmayer
|
0ea6a2ed0d
|
+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
|
2016-03-04 17:16:57 +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 |
|
triplus
|
d432c72a15
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
28b6c82555
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
wmayer
|
a3209e1aee
|
+ do some code cleanup and renaming in Points module
|
2016-02-21 16:18:28 +01:00 |
|
wmayer
|
408d7a9ba8
|
+ translation fixes
|
2016-02-13 16:48:24 +01:00 |
|
Yorik van Havre
|
2e2192f88a
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Yorik van Havre
|
37b1bdbe27
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
wmayer
|
281447780b
|
+ simplify porting of ReverseEngineering module to Python3
|
2016-01-20 10:26:50 +01:00 |
|
wmayer
|
53024a6140
|
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
|
2016-01-05 17:35:58 +01:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
Yorik van Havre
|
1747fb643f
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02: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
|
94a62e015c
|
+ allow to set u/v dirs for B-Spline fit
|
2015-11-06 16:43:58 +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
|
b81482d597
|
+ harmonize Coin3D cmake variables with official check
|
2015-07-28 14:55:15 +02:00 |
|