-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created holes for tetrahedralize(::Mesh, ...) #18
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 80.19% 87.50% +7.30%
==========================================
Files 4 6 +2
Lines 101 368 +267
==========================================
+ Hits 81 322 +241
- Misses 20 46 +26
Continue to review full report at Codecov.
|
Thank you! |
This comment was marked as abuse.
This comment was marked as abuse.
Yeah hard to tell if it works without a test ;) I don't really know tetgen very well... Tagging @j-fu for a review! |
This comment was marked as abuse.
This comment was marked as abuse.
Essentially, this repo contains two APIs for TetGen, one which is based on GeometryBasics.Mesh which AFAIU does not convey all possibilities of TetGen. I added another API (after your PR) which is essentially array based (very much like that for Triangulate.jl). It is not hard for me to provide a hole example for this one, and from there you can see how to make a hole example for the mesh based API. |
Which cases are those? |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Hi, just pushed an example how to serve the TetGen API: TetGen.jl/examples/examples.jl Line 49 in b4f6630
One needs to create subregion encircled by facets an put a "holepoint" into it. |
|
This comment was marked as abuse.
This comment was marked as abuse.
Will add a test example after merge. |
Alright, thanks :) |
see issue #17