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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -