Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Mesh from Surface_Mesh and retrieving information from C3t3

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Mesh from Surface_Mesh and retrieving information from C3t3


Chronological Thread 
  • From: Valentin Boltach <>
  • To:
  • Subject: [cgal-discuss] 3D Mesh from Surface_Mesh and retrieving information from C3t3
  • Date: Fri, 31 May 2019 04:42:38 -0500 (CDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:iSFBfxXzkzDUxf61u191pUCcvXfV8LGtZVwlr6E/grcLSJyIuqrYYxKPt8tkgFKBZ4jH8fUM07OQ7/m5HzVbuN3Y4DgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrsAndrNQajIV/Jqo+1xfEoWZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhJxw4DafoKbOudxcazBct0XXnZBU8RNWyBdHo+wc5UDAuwcNuhYtYn9oF4OoAOxCga2AOPg1DlIhmP33a08zu8sDAbG3Ag8H90UrHvUrMj+OaAMUe+vyKnE1y7Mb/RS2Tfh8ofHbhAhrOqDXbJ1a8XRyE0vGxnZgVWXrIzoJjWY3fkDvWic6upvT+Ovi2g/pgF3uDeg3dwjio3XiY4P1l/E8iB5zJ46Jd25VE57YcOkH4BKuy6GMIt2R8UvSHxrtiYi0rAKpJq2cSwQxJkpxBPTcf+KfomS7h/iVeucJypzimh/d7KlnRmy9FCtyu3iWcmw11ZHtixFn9bWunALzRPc8dOISv9j8Uu7xTmP0AXT5vlFIUAyi6XbN4YszqM0m5cXq0jOECz7lF/1gaKXbEkp++ml5/ziYrr8p5+cM4F0ihv5MqQrgsG/H/43MgwUU2eA/uS80KHj8lflT7VKlfA2nazZv4rbJcQfvKK2HwhV0oM75xalEzimyMgYnWUALF9dZB2HgJLmO1XXLP/lDPe/mEijkCpwx/DdJbDhGZXMLn3bkLj7Z7p96khcyBAyzd9F/Z5UBKsBc7rPXRr6u9XcSxM4KAep2P3PCdNn14pYV3jcLLWeNfbsuFuF4P4uJaGmY4sJsT39Y6w77vqoh3g9hVYWfYGm2JIWbDazGfEwcBbRWmblntpUSTRChQE5VuG/0ATeAw4WXG67WucH3h9+EJivVN6RSYWkgbjH1yC+TMUPOzJ2T2uUGHKtTL2qHvcBbCXLf51nznoCXLKrT4Jn3har5lajmuhXa9HM8yhdjqrNkd185undjxY3rGUmAMGU0mXLRGZxzDgF

Good afternoon.
I'm new in CGAL, so the question maybe will be simple.
I'm working on data preparation for finite elements analysis, so i'm trying
to generate 3d mesh for surface_mesh, that was loaded from off file, and
made some transformations through corefine_and_compute_difference.

I'm trying to do something similar to this example
(mesh_polyhedral_complex_sm.cpp)
<https://github.com/CGAL/cgal/blob/master/Mesh_3/examples/Mesh_3/mesh_polyhedral_complex_sm.cpp>

, but this doesn't work for only one surface_mesh.
How to deal with this problem? Or should i transform surface_mesh to
Polyhedron_3 and then try to generate mesh?

Also, how can i get all vertex indexes for each generated 3d mesh? (For
example, get all vertex for each tetrahedron from c3t3). I can only iterate
c3t3 for each face.



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/


  • [cgal-discuss] 3D Mesh from Surface_Mesh and retrieving information from C3t3, Valentin Boltach, 05/31/2019

Archive powered by MHonArc 2.6.18.

Top of Page