Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: schwoe <>
  • To:
  • Subject: [cgal-discuss] Surface Meshing for simple geometric bodies represented through point sets
  • Date: Wed, 18 Nov 2009 14:04:27 -0800 (PST)


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.




Archive powered by MHonArc 2.6.16.

Top of Page