wmayer
7a2bfb7370
Mesh: Fix linter warnings
2024-11-21 18:30:22 +01:00
wmayer
bd0a3122b6
Mesh: C++ core guidelines
2023-09-26 11:20:35 +02:00
wmayer
4e328682d9
Mesh: Apply clang-format
2023-09-23 14:03:11 +02:00
wmayer
e98891859e
Mesh: modernize C++: return braced init list
2023-08-19 11:35:41 +02:00
wmayer
5a7824b646
Mesh: for invalid neighbour facet indexes explicitly use -1
...
The underlying C++ class use an unsigned long to reference neighbour facets. ULONG_MAX is used to indicate a missing neighbour facet.
Since the value of ULONG_MAX is platform dependent and can be confusing in Python the Python wrapper FacetPy now explicitly uses -1 to indicate missing neighbour facets
2023-08-05 15:32:11 -06:00
luz paz
390e09db32
Mesh: remove trailing whitespace
2022-11-14 21:37:03 -06:00
Uwe
8ec1279ea8
[Mesh] App-Facet: remove unused includes
...
- also some sorting
2022-11-10 04:18:59 +01:00
wmayer
cef86fb1ef
Mesh: extend API to access edges of a facet via Python
2021-10-20 13:01:11 +02:00
wmayer
33f3fa6865
Mesh: define the typenames FacetIndex and PointIndex to distinguish between facet and point related indexes
2021-09-14 23:01:29 +02:00
wmayer
746997e484
improve mesh repair functions
2019-04-12 21:31:46 +02:00
wmayer
4e018c506b
extend mesh repair functions
2019-03-13 01:39:27 +01:00
wmayer
9683abfc36
improve mesh healing functions
2018-12-13 17:31:21 +01:00
looooo
d5348c60bc
py3: Mesh: fix py3 Long/Int problem with python2
2017-02-24 14:20:50 +01:00
Yorik van Havre
3803896ff2
py3: ported Mesh to python3
2017-02-24 14:20:50 +01:00
wmayer
b980cf3361
fix -Wextra in Mesh
2016-09-23 17:24:00 +02:00
wmayer
9e4de92ce1
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
8a5c03b671
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
c47eea61fa
+ return point/facet indices as unsigned long in Python
2015-01-03 11:24:57 +01:00
wmayer
629cf6546c
0000823: Extension of Facet class for getting vertex indices natively
2012-09-06 12:38:00 +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