Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem in 3D Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem in 3D Triangulation


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Problem in 3D Triangulation
  • Date: Wed, 25 Jun 2008 09:45:34 +0800

Yang Liu wrote:
Recently I am using CGAL to compute 3D triangulation.
For some input data, the 3D triangulation does not work.
[...]
My program always reports "Microsoft C++ exception: CGAL::Uncertain_conversion_exception at memory location ..." in debug mode.
[...]
I have tried to use Exact_predicates_exact_constructions_kernel,
the problem is still there.

Does anyone know how to solve this problem ?

I can see your error with the _inexact_constructions kernel. But there is no problem when I use the _exact_constructions kernel.

~ash



Archive powered by MHonArc 2.6.16.

Top of Page