Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3d mesh generation using implicit functions: can I get surface ids in output?

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3d mesh generation using implicit functions: can I get surface ids in output?


Chronological Thread 
  • From: jeanlucf <>
  • To:
  • Subject: [cgal-discuss] 3d mesh generation using implicit functions: can I get surface ids in output?
  • Date: Fri, 1 Nov 2013 09:47:27 -0700 (PDT)

Hi,

I am using CGAL to generate 3d meshes for simple geometries such as a sphere
with a spherical hole in it. I followed CGAL examples using implicit
functions to define the surfaces of my mesh. In the output (.mesh) file,
among other things, I get a list of triangles corresponding to the triangles
of the surface mesh. Each triangle is given by 3 nodes id, and a fourth
field which is always 1 for me. Is there a way to tell CGAL to print out a
surface id as fourth field? Like 1 if the triangle belongs to the outer
surface of the sphere and 2 for the inner surface (hole)? I believe that
field is used for coloring by medit, but I want to use it to know what
boundary condition to apply in my simulation.

Thanks,
Jean-Luc




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/3d-mesh-generation-using-implicit-functions-can-I-get-surface-ids-in-output-tp4658360.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] 3d mesh generation using implicit functions: can I get surface ids in output?, jeanlucf, 11/01/2013

Archive powered by MHonArc 2.6.18.

Top of Page