BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.9k stars 129 forks source link

In what situation will CDT failed #30

Closed tyc1998 closed 2 years ago

tyc1998 commented 2 years ago

I provide a mesh as consatrains for tetgen delaunay, while in this situation delaunay 3D will failed with providing "Warning: Only 0 vertices, may be not enough". I has checked the constrains with assert_is_valid(), and assert is not triggered. The constraint mesh is as follows. Best wishes! 2.zip

BrunoLevy commented 2 years ago

-> your mesh is not closed, cannot tetrahedralize it !

In particular, this zone: image