Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error in polyhedron_self_intersection.cpp?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error in polyhedron_self_intersection.cpp?


Chronological Thread 
  • From: Matthijs Sypkens Smit <>
  • To:
  • Subject: Re: [cgal-discuss] error in polyhedron_self_intersection.cpp?
  • Date: Fri, 20 Jul 2007 11:12:30 +0200

On Friday 20 July 2007 10:51, Isabel wrote:

> Hi all.
> There is an error if I use a polyhedron that are two spheres that
> intersect. I send you the file "esferas.off". It has 420 faces.
> The error message is:
> Debug Assertion Failed!
> Expression: vector insert iterator outside range
> This code is only for a few faces?

The file has intersecting triangles. The Polyhedron class does not support
this. Check the manual for details. The method that intersects the
(triangulations of the) spheres should find the intersecting triangles and
build a single, clean surface.


--
Matthijs Sypkens Smit



Archive powered by MHonArc 2.6.16.

Top of Page