Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: 3D mesh generation random result

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: 3D mesh generation random result


Chronological Thread 
  • From: Jane Tournois <>
  • To:
  • Cc: Zohar <>,
  • Subject: Re: [cgal-discuss] Re: 3D mesh generation random result
  • Date: Mon, 16 Jul 2012 11:08:56 +0200
  • Organization: GeometryFactory

Hi,

refinement starts with a random process that picks random points on the input surface.
If you want to seed this process and make it deterministic, you should add this :

CGAL::default_random = CGAL::Random(0);

before make_mesh_3

best,
Jane.

Le 15/07/2012 19:07, Zohar a écrit :
No, it didn't work, and it's disabled by default according to the doc. I
also tried:

parameters::no_lloyd(),
parameters::no_odt(),
parameters::no_perturb(),
parameters::no_exude()

but to no avail.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/3D-mesh-generation-random-result-tp4655452p4655459.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
Jane Tournois, PhD
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.18.

Top of Page