Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: error using polyhedron incremental builder

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: error using polyhedron incremental builder


Chronological Thread 
  • From: moogroo <>
  • To:
  • Subject: [cgal-discuss] Re: error using polyhedron incremental builder
  • Date: Fri, 21 Sep 2012 07:35:11 -0700 (PDT)

Thanks Philpp for the speedy response.
I added B.end_facet() after the calls to
B.add_vertex_to_facet.

This compiles fine, but the following error is thrown


CGAL::Polyhedron_incremental_builder_3<HDS>::
add_vertex_to_facet(): vertex index 1136 is out-of-range [0,1135].
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: check_protocoll == 0
File: /usr/local/include/CGAL/Polyhedron_incremental_builder_3.h
Line: 199
Aborted

Clearly there is an issue with vertex indices falling out of range,
although I am struggling to see where!

Many Thanks




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/error-using-polyhedron-incremental-builder-tp4655889p4655892.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page