I have a problem with 3d mesh generation using CGAL. I have a 3d surface (given by a set of triangles) and I need to generate mesh with 3d Delaunay triangulation (i.e. set of tetrahedrons) within this surface. But (a strong request!) I need to keep initial surface triangulation without any changes (neither additional verex, no edges on the surface are to be appeared). I belive that it's possible to solve the task with CGAL. But I already have dug into the documentation for several days and still have no clue, how to set such a constraint for mesh generation. I am new to CGAL, so maybe I've missed something. Could anyone help me? Will be thankful for any links and codes.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.