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: "Mahbubunnabi Tamal" <>
  • To:
  • Subject: Re: [cgal-discuss] 3D surface meshing
  • Date: Mon, 11 Jun 2007 16:15:52 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XesvqoAlsIIMOJgQhQF7IQDLBWfFXFhe34SBZDz4QFa8ja5dyEYjUpGohmtqgNRyOeVekzW01i+oj0QHrZC/htCtMlAr4kkXLcvHIaSRfms0RfVrIVeYjGsXRYeOExDHsTZmwd0ke8Gy8PXIx0GjJxPIW6+QGzxSUnTBM2WV99Q=

Hi

Since I am very new to the field, I would be very grateful if you could please provide
some sort of example for 3D surface meshing from clouds of points.

Regards
Tamal

On 11/06/07, Mahbubunnabi Tamal <> wrote:
Hi

Could you please suggest me any source code to compute an implicit function, from a
set of points.

With thanks
Tamal


On 08/06/07, Laurent Rineau <> wrote:
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
--
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