...this would be very useful for enabling incremental point additions and deletions to an existing triangulation. Not too sure how one would go about this but basically need to return the
typedef CGAL::Delaunay_triangulation_2<Kernel, Tds2> Delaunay2
to python so it can be passed back to cpp to perform incremental point additions, for example.
Having the ability to perform incremental edits to the triangulation is key for the performance of many computational geometry algorithms.