Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: johnzjq <>
  • To:
  • Subject: [cgal-discuss] Re: Assertion violation when converting polyhedron to Nef_polyhedron
  • Date: Sun, 16 Jan 2011 23:11:50 -0800 (PST)


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
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Assertion-violation-when-converting-polyhedron-to-Nef-polyhedron-tp3220004p3220790.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page