Commit Graph

35 Commits

Author SHA1 Message Date
wmayer
ceeacb5f7d RE: Allow to create planes from several selected meshes, remove ... from menu text 2023-11-13 10:38:41 +01:00
Florian Foinant-Willig
9c93b8ce9f ReverseEngineering: modernize type checking 2023-10-23 18:09:33 +02:00
wmayer
fce59e6acb RE: apply clang format 2023-09-02 16:24:25 +02:00
wmayer
4b8c8ce2bb RE: modernize C++: use range-based for loop 2023-08-15 17:20:01 +02:00
wmayer
2b3d48176c Mods: modernize C++: redundant void arg 2023-08-05 16:50:31 +02:00
Uwe
0f85513c7c [Reverse Eng] Gui: remove unused headers
- also enable precompiled headers
- also some sorting
2022-12-11 04:22:59 +01:00
wmayer
3e4ee56ed3 ReverseEngineering: [skip ci] Fix several clazy issues:
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
2022-07-25 10:40:30 +02:00
wmayer
2295c4b9a3 Mesh: define the typenames FacetIndex and PointIndex to distinguish between facet and point related indexes 2021-09-14 23:01:29 +02:00
luz paz
3830e99110 ReverseEngineering: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the ReverseEngineering Wb.  
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
wmayer
3618919eb1 improve cylinder fit [skip ci] 2020-05-04 19:51:19 +02:00
wmayer
4671993a5d ReverseEngineering: approximation of a 2-degree polynomial surface and converting it into a Bezier surface 2020-03-07 14:21:57 +01:00
wmayer
2b42d5fd74 ReverseEngineering: improve workflow of fitting of B-spline surface 2020-03-05 16:29:09 +01:00
wmayer
2de707e604 ReverseEngineering: manual mesh segmentation 2020-03-05 13:07:18 +01:00
wmayer
baaac59df1 ReverseEngineering: improve mesh segmentation 2020-03-04 23:04:06 +01:00
wmayer
5b8dc807e8 ReverseEngineering: implement mesh segmentation workflow 2020-03-03 21:27:31 +01:00
luz.paz
a4127f3c14 ReverseEngineering: [skip ci] Fix header uniformity
This PR fixes header uniformity across all ReverseEngineering files
2019-12-26 18:22:37 +01:00
wmayer
e48c52c480 force strict ISO C++ (-Wpedantic)
for Drawing, Image, Inspection, Mesh, MeshPart, Part, Path, Points, Raytracing, ReverseEngineering, Spreadsheet, Start, Surface, Web

TODO: fix several -Woverflow in area
2019-09-18 11:32:42 +02:00
wmayer
b14cf8a00d extend convertTo function to also support SbRotation/Base::Rotation 2019-09-06 21:29:51 +02:00
wmayer
56b9d509a1 PVS: V519 Variable is assigned values twice successively 2019-03-13 12:55:31 +01:00
luzpaz
cc87c20afe Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source  comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
wmayer
f2339bbe2b fix -Wextra in Reen 2016-09-23 18:25:49 +02:00
wmayer
e8554cc77a do not use doCommand without using format string, add overloaded method of runCommand 2016-09-15 18:53:37 +02:00
wmayer
9a38507c76 fix Coverity issues 2016-08-21 23:13:22 +02: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
c35af9011e + do some code cleanup and renaming in Points module 2016-02-21 16:18:28 +01:00
wmayer
9dfa449543 + add points view feature and command to triangulate it 2015-12-30 16:25:08 +01:00
wmayer
d2417c413b + add Poisson surface reconstruction 2015-12-02 23:36:26 +01:00
wmayer
5d99062619 + add task dialog to perform B-Spline fit 2015-11-06 14:30:26 +01:00
Mateusz Skowroński
05f95c0506 Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
wmayer
6ee59180b0 + fix issues on 64-bit Linux/MacOSX systems 2014-11-19 15:32:35 +01:00
wmayer
4e72e4a937 + fix Qt help problems 2014-10-01 17:16:43 +02:00
wmayer
004f61d4e1 + Add class CoordinateSystem and use it to compute placement of plane from fit 2014-07-29 23:01:29 +02:00
wmayer
1ca5955389 + improve the plane fit from REEN module 2014-07-28 16:39:34 +02: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