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: mukdam kena <>
  • To:
  • Subject: Re: [cgal-discuss] 3D surface meshing
  • Date: Fri, 8 Jun 2007 19:25:21 +0100 (BST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=OT3oBgY2KzqpxuCQ7IRuJhkrgl/fLznlb0uSAOEEkvuXMFtG/1W/85+0OPR3AME61duUK/XwW6szRRHpvzBgkEUyuI7P/aF/ulzOlbeywKzOsKtAWAdSHVKrNsEqsQBLGtLP46Fgfz/Ora4tp5vTFFGYhxCQtIsud+a5ZybZ+y8=;

Please don't sent me any e-mail agian from cgal.


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

Send instant messages to your online friends http://uk.messenger.yahoo.com



Archive powered by MHonArc 2.6.16.

Top of Page