Skip to content
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

How can one specify Itag in Constrained Delaunay Triangulation ? #250

Open
Jiunixo opened this issue Sep 26, 2023 · 0 comments
Open

How can one specify Itag in Constrained Delaunay Triangulation ? #250

Jiunixo opened this issue Sep 26, 2023 · 0 comments
Assignees

Comments

@Jiunixo
Copy link

Jiunixo commented Sep 26, 2023

Hello,
In CGAL documentation here , it is explained how to allow a triangulation to accept intersection between constraints.
I have instantiated a CDT (CGAL::Constrained_Delaunay_triangulation_2<K, Tds, Itag>) with CGAL::Exact_predicates_tag as Itag in a C++ example and it works very well.

How can I specify Itag template parameter using cgal-swig-bindings in Python ?

My purpose is to always allow intersection between constraints.
For the moment being, with default instantiation, on models with constraint intersections, it works most of the time, but from time to time it fails or it starts an infinite loop when refine_mesh is called.

Version of CGAL : 5.5.3
Version of cgal-swig-bindings : tag/v5.5.3.post202307282311

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants