Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D cloud points triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D cloud points triangulation


Chronological Thread 
  • From: Nader SALMAN <>
  • To:
  • Subject: Re: [cgal-discuss] 3D cloud points triangulation
  • Date: Wed, 06 Jan 2010 10:04:36 +0100

Dear Tina,

if i understood well, you tried to use the CGAL surface mesher (e.g. CGAL::make_surface_mesh).
If you use the oracle that intersects a polyhedron, the surface can be "open".
You should use the Manifold_with_boundary_tag (or the Non_manifold_tag), rather than the Manifold_tag
that tends to close the surface quote: "but after triangulation I will get a close object which all of the borders are connected".

Here is a link to the documentation : http://www.cgal.org/Manual/last/doc_html/cgal_manual/Surface_mesher/Chapter_main.html

Yours,
Nad.

Nader SALMAN
Geometrica Lab, Byron Y308
INRIA Sophia Antipolis (FRANCE)

Tel: +33(0)4 9238 7161 Fax: +33(0)4 9715 5395

http://www-sop.inria.fr/members/Nader.Salman



tina rumi a écrit :
Hi all,

I applied the cgal triangulation on the 3D cloud points that I have. My data is like a surface which is like open object but after triangulation I will get a close object which all of the borders are connected. Do you have any suggestion to solve that.

Thank you,
Tina



Archive powered by MHonArc 2.6.16.

Top of Page