Skip to content
Discussion options

You must be logged in to vote

Hello @larsmunaf ,

thank you for your interest in the CGAL data structures.

I think the best available data structure is the Mesh_complex_3_in_triangulation_3, with a triangulation as close as possible to the Remeshing_triangulation_3, which uses "only" the SimplicialMeshVertexBase_3 (and cell). As you already found out, you can use the function c3t3.set_triangulation() to set the triangulation in the C3T3.

If you use a simpler triangulation, with only the index information added to the vertex/cell bases, you may miss some of the additional info that is stored in the Medit file that you are using as input, including the Subdomain_index (index of subdomain in cells), or Surface_patch_index

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by larsmunaf
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants