Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Assertion violation when converting polyhedron to Nef_polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Assertion violation when converting polyhedron to Nef_polyhedron


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Assertion violation when converting polyhedron to Nef_polyhedron
  • Date: Mon, 17 Jan 2011 08:19:27 +0100

johnzjq wrote:
I did a small experiment on Minkowski sum:

for(int i = 0 ; i < 3; i++ )
{
N1= CGAL::minkowski_sum_3(N1,N0);
N1= N1.regularization();
}

My test model will trigger assertion during the third iteration:
File : C:\Program Files
(x86)\CGAL-3.7\include\CGAL/Nef_3/SNC_point_locator.h
Line : 932
Explanation: wrong handle type

What might be the causes?

John
Same for this one, no one can guess from 3 lines of code what
is the problem you encounter.

S.



Archive powered by MHonArc 2.6.16.

Top of Page