Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Limiting the maximum length of an edge in a Delaunay triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Limiting the maximum length of an edge in a Delaunay triangulation


Chronological Thread 
  • From: Pol Monsó Purtí <>
  • To:
  • Subject: Re: [cgal-discuss] Limiting the maximum length of an edge in a Delaunay triangulation
  • Date: Thu, 12 May 2016 14:51:43 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:E7DaGhN934AWKKoLCikl6mtUPXoX/o7sNwtQ0KIMzox0KPX9rarrMEGX3/hxlliBBdydsKIVzbOH+Py5EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35XxjrH5p8SbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/NGSrjwKqQkUaRDXnNhKHEw/MSttB/ZTALJ6GFbSXQTihMPAg7L61bxUZ719yf7reFgwzLJAcqjRr89XXGu7rxgVQTzoCYBLT8wtm/N2eJqi6cOmBWl7zl4xZVPKLmILub7NvfZec4cTCxHWdhYfyNEC4K4KYAICrxSbq5js4Dhqg5W/lOFDg62Cba3xw==

Just found it!

CGAL::refine_Delaunay_mesh_2(cdt, Criteria(0.125, 0.5));

Exactly what I was looking for.

Thanks Sebastien

On Thu, May 12, 2016 at 2:09 PM, Sebastien Loriot (GeometryFactory) <> wrote:
Have a look at the 2D mesh generation package:

http://doc.cgal.org/latest/Mesh_2/index.html


Sebastien


On 05/12/2016 02:04 PM, Pol Monsó Purtí wrote:
Hello!

Is it possible to limit the edge maximum length in a constrained
delaunay triangulation? I didn't find any reference to this in the
documentation.




--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page