You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: