Open GoogleCodeExporter opened 9 years ago
Here is a simple monkey-patch
# Monkey patch Edge to work around issue
# http://code.google.com/p/cgal-bindings/issues/detail?id=48
Edge.__iter__= lambda this: iter((this[0], this[1]))
NB : This assumes you have done some import like
from CGAL.CGAL_Mesh_2 import
Mesh_2_Constrained_Delaunay_triangulation_plus_2_Edge as Edge
Original comment by anthony.truchet@gmail.com
on 1 Jul 2014 at 3:26
Original issue reported on code.google.com by
anthony.truchet@gmail.com
on 1 Jul 2014 at 3:18