Skip to Content.
Sympa Menu

cgal-discuss - 3D surface meshing

Subject: CGAL users discussion list

List archive

3D surface meshing


Chronological Thread 
  • From: "Mahbubunnabi Tamal" <>
  • To:
  • Subject: 3D surface meshing
  • Date: Fri, 8 Jun 2007 17:04:43 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Oh6qOiURMmL638KCKNviCtZnrxAEhwjNZ5NPLX0I15eC+bDH/xd+cAz/8U2hQo4FgEbQ0C5kq0V4EVnmoUZklskDteqZ8y/BxeYtLs6JRAgLeP7M3LQUL/VXfrAXC25/CJV9TS/F7tAsra84u5YCIlHxQdHtMRzeVlmgjwYMrh8=

Hello all

I have a data file (text file) with vertices defined by x,y and z coordinates

x1 y1 z1
.. ...
xN yN zN

I would like to read this data file and use it for 3D surface meshing. However, I don't know how to pass it the function Surface_3.

I would be very grateful if you can offer me any help in this regard.

With thanks
Tamal



Archive powered by MHonArc 2.6.16.

Top of Page