wmayer
23375dcd0f
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
c174e063f3
Mesh: remove trailing whitespace
2022-11-14 21:37:03 -06:00
Uwe
cf32bc54f1
[Mesh] App-Facet: remove unused includes
...
- also some sorting
2022-11-10 04:18:59 +01:00
wmayer
124d06b7f7
Mesh: extend API to access edges of a facet via Python
2021-10-20 13:01:11 +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
wmayer
4082b42f6b
improve mesh repair functions
2019-04-12 21:31:46 +02:00
wmayer
ac92e1e98d
extend mesh repair functions
2019-03-13 01:39:27 +01:00
wmayer
e0a5f4b57b
improve mesh healing functions
2018-12-13 17:31:21 +01:00
looooo
f1fcefb228
py3: Mesh: fix py3 Long/Int problem with python2
2017-02-24 14:20:50 +01:00
Yorik van Havre
707d6a0a4d
py3: ported Mesh to python3
2017-02-24 14:20:50 +01:00
wmayer
f6e1cb6025
fix -Wextra in Mesh
2016-09-23 17:24:00 +02:00
wmayer
dea5a1b6ee
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
b2facd7113
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
c1de7e3f3d
+ return point/facet indices as unsigned long in Python
2015-01-03 11:24:57 +01:00
wmayer
98da1d2461
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