Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL error in Skin_surface_base_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL error in Skin_surface_base_3


Chronological Thread 
  • From: FX <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL error in Skin_surface_base_3
  • Date: Wed, 30 Nov 2011 10:28:05 +0100

Hi Sebastien,

> This algorithm requires constructions so you need to use an Kernel with
> exact constructions (http://www.cgal.org/FAQ.html#inexact_NT).
>
> Replacing Exact_predicates_inexact_constructions_kernel by
> Exact_predicates_exact_constructions_kernel makes your example
> running fine on my machine.

So it does on mine. Many thanks for this fast reply! May I suggest that the
examples of 3D skin surface meshing in the documentation be fixed also (they
use the inexact constructions kernel, see 49.5.1 and 49.5.2 at
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Skin_surface_3/Chapter_main.html)?

Also, after reading the FAQ you pointed to and looking up the relevant
headers, I concluded that Exact_predicates_exact_constructions_kernel uses a
lazy kernel by default (which suits me fine, of course), unless
CGAL_DONT_USE_LAZY_KERNEL is defined before including headers. Is that
assessment correct? Or is there more to it?

Many thanks again,
FX Coudert


Archive powered by MHonArc 2.6.16.

Top of Page