c++ - Remesh a 2D plane with additional vertices and constraints -


i have created 2d mesh using cgal::refine_delaunay_mesh_2(cdt, criteria(0.125 , 0.05));. want insert circle in created mesh. want achieve deleting vertices , faces lay inside circle , create set of vertices in vacuum created in mesh. remesh newly created region. want know possible achieve that? if possible, how should this? picture illustrates want achieve.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -