Commit Graph

96 Commits

Author SHA1 Message Date
wmayer
cb73d010bb + port to OCC 7.0 2016-05-14 16:53:27 +02:00
wmayer
d9bd355892 + suppress warnings with MSVC 2016-05-05 18:39:17 +02:00
Yorik van Havre
819f790900 updated translations 2016-04-06 22:39:34 -03:00
wmayer
f88eeed6eb + fix compiler warnings 2016-03-19 10:12:04 +01:00
Yorik van Havre
66e33b066a Updated translation files from crowdin 2016-03-17 23:29:11 -03:00
wmayer
08069b87b1 + remove extra qualification on normalEstimation 2016-03-09 18:57:36 +01:00
wmayer
f07a8c269b + fix possible build failure 2016-03-09 15:25:15 +01:00
wmayer
c910a3375a + add algorithm to estimate normals of points 2016-03-09 14:46:19 +01:00
Yorik van Havre
7d0012e160 Added latest translations from crowdin 2016-03-06 14:50:07 -03:00
wmayer
88290c041e + get also back normals from MeshObject::getPoints 2016-03-04 18:28:49 +01:00
wmayer
d962fda983 + 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
6b4e1f6b48 + add segmentation algorithm 2016-03-03 18:07:17 +01:00
wmayer
bed7af9158 + filter out invalid points 2016-03-02 18:04:45 +01:00
wmayer
03dfc03c18 + filter out invalid points in surface triangulation algorithms 2016-03-02 16:14:08 +01:00
wmayer
2f4f18df85 + add region growing, segmentation and ransac algorithms to Reen module 2016-03-02 15:51:26 +01:00
wmayer
0d714f06c2 + add voxel filter function to Reen module 2016-02-29 23:44:55 +01:00
triplus
93c7a6bcac Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Yorik van Havre
f93b1b26df Added updated translations from crowdin - fixes #2443 2016-02-26 18:32:02 -03:00
wmayer
c35af9011e + do some code cleanup and renaming in Points module 2016-02-21 16:18:28 +01:00
wmayer
c29ce382f6 + translation fixes 2016-02-13 16:48:24 +01:00
Yorik van Havre
3106ca7df3 Added slovenian language 2016-02-03 13:36:51 -02:00
Yorik van Havre
758b0778d4 Updated translations with latest from crowdin 2016-02-01 23:32:58 -02:00
wmayer
e388033aac + simplify porting of ReverseEngineering module to Python3 2016-01-20 10:26:50 +01:00
wmayer
2709266e83 + 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
c275b35d48 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
80f27ca316 Updated ts files prior to translation cycle 2016-01-03 19:45:29 -02:00
wmayer
9dfa449543 + add points view feature and command to triangulate it 2015-12-30 16:25:08 +01:00
wmayer
657b889b81 + add several surface reconstruction methods from pcl to Reen module 2015-12-05 16:19:18 +01:00
wmayer
d2417c413b + add Poisson surface reconstruction 2015-12-02 23:36:26 +01:00
wmayer
9862e50083 + allow to set u/v dirs for B-Spline fit 2015-11-06 16:43:58 +01:00
wmayer
5d99062619 + add task dialog to perform B-Spline fit 2015-11-06 14:30:26 +01:00
wmayer
0284306e02 + get initial plane fit from B-Spline fit if required 2015-11-06 00:27:33 +01:00
wmayer
d8a98bd365 + optimize B-spline approximation 2015-11-04 14:39:20 +01:00
wmayer
7a1e85edbc + check if pcl is built opennurbs support 2015-11-04 12:16:35 +01:00
wmayer
0d3637ad38 + optimize B-spline approximation 2015-11-03 00:55:15 +01:00
wmayer
b09a2e6f2c + allow in approxSurface() to also pass points object 2015-11-02 17:36:45 +01:00
wmayer
c23d6090f5 + fixes #0002321: Build failure on current (71be79e) master 2015-11-01 18:07:56 +01:00
wmayer
622324a6af + include pcl bspline fit into Reverse Engineering module 2015-10-30 22:06:34 +01:00
wmayer
a3c50a24c4 + check input of approxSurface for obviously wrong values 2015-10-25 12:46:02 +01:00
wmayer
4187bef893 + move module Python stuff into C++ class 2015-10-24 18:04:53 +02:00
wmayer
38cf9bfab6 + do error checking of input values and use keywords conforming with attributes of BSplineSurface 2015-10-24 15:40:24 +02:00
wmayer
52b48147ab + extend Python interface of approxSurface 2015-10-23 17:56:24 +02:00
wmayer
5e9a1565f6 + fix documentation 2015-10-23 16:15:23 +02:00
wmayer
a5ef29a145 + improve whitespaces, replace floats with doubles 2015-10-23 15:32:54 +02:00
wmayer
a0c54f7080 + fix bug in B-Spline approximation 2015-10-23 13:52:58 +02:00
wmayer
96fb93f394 + allow to set parameters for surface triangulation from outside 2015-10-21 23:18:53 +02:00
wmayer
f6023d36d2 + rework BoundingBox class and its Python binding 2015-10-11 00:18:53 +02:00
wmayer
de41dc46ec + Prefer prefix ++/-- operators for non-primitive types 2015-10-07 13:38:17 +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
72aaaa669a + harmonize Coin3D cmake variables with official check 2015-07-28 14:55:15 +02:00