Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: Re: RE: Re: [cgal-discuss] Nef Polyhedron no simple to OFF

Subject: CGAL users discussion list

List archive

Re: Re: Re: RE: Re: [cgal-discuss] Nef Polyhedron no simple to OFF


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Re: Re: RE: Re: [cgal-discuss] Nef Polyhedron no simple to OFF
  • Date: Thu, 18 Dec 2008 11:30:05 -0500 (EST)
  • Importance: Normal

> When I make the difference of two meshes, it takes a long time. Is
> possible to
> optimize the time?
>
> The difference of two balls with 3000 triangles is about five minutes...

Are you using an Extended kernel, because this is not necessary in your
case, and something like Exact_predicates_exact_constructions_kernel would
be much faster.

Also are you including the time required to construct the input Nefs? If
you're building them with something like OFF_to_nef_3 expect it to be very
slow. You're better off reading the OFF into a Polyhedron_3 and converting
that to a Nef.

Fred






Archive powered by MHonArc 2.6.16.

Top of Page