Skip to Content.
Sympa Menu

cgal-discuss - Expr: v == V[3] error of triangulation in 3D

Subject: CGAL users discussion list

List archive

Expr: v == V[3] error of triangulation in 3D


Chronological Thread 
  • From:
  • To:
  • Subject: Expr: v == V[3] error of triangulation in 3D
  • Date: Fri, 19 Jan 2007 02:06:04 +0100

Hi, all

I use Delaunay triangulation in 3D.
The manipulations I want to do is,
first calculating new positions of vertices in Delaunay triangulation,
then move them to the new positions.
When I do it with
delaunay_triangulation.move_points( vertex handle of vertex, new position );
and I received an message:

Expr: v == V[3]
File: C:/NAGAI/CGAL/CGAL-3.2.1/include/CGAL/Triangulation_ds_cell_base_3.h
Line: 98

I looked above file, but can't understand the meaning of this error
and why this Expr. occurs only for V[3].
Any suggestion will help for me.


Regards,



Archive powered by MHonArc 2.6.16.

Top of Page