Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Surface mesh simplification

Subject: CGAL users discussion list

List archive

[cgal-discuss] Surface mesh simplification


Chronological Thread 
  • From: "Brandoch Calef" <>
  • To:
  • Subject: [cgal-discuss] Surface mesh simplification
  • Date: Thu, 12 Nov 2009 23:01:10 -1000

Hi all,

I'm running into a couple of problems (bugs?) in the surface mesh
simplification package in CGAL 3.5.

The first is an issue with visitors that was reported here in CGAL
3.5-beta:
https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2009-09/msg00123.html
It still seems to exist in the released version of 3.5. I can work
around this using member references in the visitor class, so it's not a
big deal.

Second, I'm trying to simplify a mesh by just collapsing all edges
shorter than some amount. I find that many qualifying edges remain
after edge_collapse has done its thing. Attached is a small example
that illustrates this. Has anyone else encountered this? Any
suggestions?

Cheers,
Brandoch

Attachment: remove_short_edges.cpp
Description: Binary data

Attachment: poly.off
Description: Binary data



  • [cgal-discuss] Surface mesh simplification, Brandoch Calef, 11/13/2009

Archive powered by MHonArc 2.6.16.

Top of Page