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: "Amir Vaxman" <>
  • To: <>
  • Subject: RE: [cgal-discuss] A question about 2D mesh generation
  • Date: Tue, 22 Sep 2009 16:57:54 +0300

...חושב ע"פ שעת תרגול, ל - 40 סטודנטים פלוס תרגול אחראי ותרגילי בית. רק
שתרגילי הבית פרונטליים ואין לזה קריטריון בכלל. כך זה מגיע ל 450 נקודות.

-----Original Message-----
From: Laurent Rineau (GeometryFactory)
[mailto:]

Sent: Monday, September 21, 2009 7:50 PM
To:

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

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/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page