Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Meshing for simple geometric bodies represented through point sets

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Meshing for simple geometric bodies represented through point sets


Chronological Thread 
  • From: Flaminigo <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Meshing for simple geometric bodies represented through point sets
  • Date: Thu, 19 Nov 2009 12:37:06 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CBgGzjBKrGbQCRNmT98zI2hkHy4U2I9MiOB6GphDohxmniAOmFX5cYNIVKdR7R+KTL Bl1mY8GWau3IBqEt1PGWo6mW/y+1alTSXPPM3fl4eYGq4WsdH1AMFGI+NLwpXcCMVXbB 7Mvu4KFq7H40MR+PdJvS7gdW2ocvMLHxtuBKE=

Hi,
  I remember there are surface reconstruction function from the point set data in CGAL. It can handle more complex model than your models. You can have a try.

On Thu, Nov 19, 2009 at 6:04 AM, schwoe <> wrote:

Hello,

I am new to CGAL and want to solve a quite simple task. My goal is to
generate a Surface-Mesh from building data which mainly consists of
3D-points.

The source of my data is a Building Infrastructure Model so the forms I have
to mesh are quite simple. The data mainly consists of walls with holes like
windows and doors.
I have read through the manual and some postings, but I don't quite know
where to start. I have tried to generate the mesh using the
Surface_reconstruction_Points_3 example but I did not get good results
because of the sharp creases.

Another idea I had was to create Nef-polyhedrons from the vertices of a wall
and "substract" the Nef-polyhedrons I generated from the holes and then mesh
the surface of this result. Is this possible and which Kernels and Packages
would be the best ones to use?

Or is there maybe an easier way to generate the mesh?


Thank you in advance!

Best regards,
Christian
--
View this message in context: http://old.nabble.com/Surface-Meshing-for-simple-geometric-bodies-represented-through-point-sets-tp26390431p26390431.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


--
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