Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] A question about 2D mesh generation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] A question about 2D mesh generation


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] A question about 2D mesh generation
  • Date: Mon, 21 Sep 2009 18:49:41 +0200
  • Organization: GeometryFactory

Le lundi 21 septembre 2009 17:05:18, Amir Vaxman a écrit :
> Do consecutive calls to mesher.refine_mesh() change the mesh, if it is
> already refined and no criteria is added? Suppose that I remove a seed, and
> do refine_mesh() again. Do the triangles of the previsouly-refined domains
> stay the same?

If you change the seeds with mesher.set_seeds(...), then you need to call
mesher.init(), so that the list of bad faces is recomputed. That way, the
next
call to mesher.refine_mesh() will start with the new set of bad faces.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page