Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D surface meshing

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D surface meshing


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] 3D surface meshing
  • Date: Fri, 8 Jun 2007 20:12:03 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Friday 08 June 2007 18:04:43 Mahbubunnabi Tamal wrote:
> Hello all
>
> I have a data file (text file) with vertices defined by x,y and z
> coordinates
>
> x1 y1 z1
> .. ...
> xN yN zN

You seem to have a set of points, as input. Surface_mesher in CGAL-3.3 is a
package to mesh a implicit function. What you need is a surface
reconstruction algorithm (from a set of points). You cannot use
Surface_mesher.

However, there exists some algorithm to compute an implicit function, from a
set of points, whose zero level represents a smooth surface interpoling the
points. If you have such a function, then you can use the Surface_mesher
package.

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE



Archive powered by MHonArc 2.6.16.

Top of Page