Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Meshing intersecting bodies

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Meshing intersecting bodies


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Meshing intersecting bodies
  • Date: Fri, 02 Mar 2012 08:18:18 +0100

On 03/02/2012 08:08 AM, Oleg wrote:
Hello everyone!

I'm new to CGAL, so I still have a very vague idea about what it can do and
what it can't. I'm learning to build meshes for intersecting bodies of
arbitrary shape. The key point is preserving sharp boundaries whenever
possible. For example, if it's two intersecting spheres, it should be a
curve close to a smooth circle, not a broken line. What resources of CGAL I
should get acquainted with or what algorithm would you advise to solve this
problem?

Regards!

Oleg

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Meshing-intersecting-bodies-tp4437648p4437648.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


You should look at this package:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3/Chapter_main.html

If you look at the example "Implicit domain with 1D features" and figure 50.11 you will see the example with the spheres.

For general bodies, you'll need to use other domain oracle but in
anycase, you'll need to know the 1D intersection of the boundaries of
your domains.

Sebastien.




Archive powered by MHonArc 2.6.16.

Top of Page