Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] generating a point-cloud with prescribed density

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] generating a point-cloud with prescribed density


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] generating a point-cloud with prescribed density
  • Date: Thu, 9 Jun 2011 11:40:17 +0200
  • Organization: GeometryFactory

On mercredi 08 juin 2011 18:53:09 Michel Audette wrote:
> Dear CGAL developers,
>
> I am interested in producing a tetrahedralization that is faithful to the
> input boundary and that adheres to a prescribed density function. I have
> looked into the meshing available with CGAL, but so far the density
> function must be constant and moreover, the final tetrahedralization does
> not conform to the input PLC.

What do you mean by "conform to the input PLC"? The tetrahedral mesh
generator
in CGAL can remesh a polyhedron and respect its sharp edges (that is new in
CGAL-3.8).

As for the density, you can create a special model of the concept
MeshCriteria_3. For a client of GeometryFactory, I have writen such a
criteria
class that reads the sizing field from a 3D scalar image, and ensure that for
each tetrahedron in the meshing domain, its size is smaller than the value in
the image at the center of the tetrahedron.

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



Archive powered by MHonArc 2.6.16.

Top of Page