Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedron erase_facet followed by fill_hole

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedron erase_facet followed by fill_hole


Chronological Thread 
  • From: "Jens K. Becker" <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedron erase_facet followed by fill_hole
  • Date: Fri, 29 May 2009 14:19:33 +0200

Sorry,

The same problem could be solved using p.join_facet, but that (more or
less) arbitrary reconnects facets (but never crashes). Very strange
behavior...

Jens

On Fri, 2009-05-29 at 13:50 +0200, Jens K. Becker wrote:
> Hi all,
>
> I am using CGAL 3.4 and I have a problem... If I delete two incident
> facets (using halfedge and halfedge->opposite) I get a hole in the
> polyhedron. So far so good, but if, after a call to
> p.normalize_border(), I do p.fill_hole(p.border_halfedges_begin()), the
> hole is not completely closed. Instead of a new facet closing the hole,
> I get a new facet that has exactly the same shape as one of the deleted
> facets before. Is this a bug or a feature?
>
> Thanks for any help,
>
> Jens
>
> --
> Dr. J.K. Becker
> University of Tuebingen - Institute for Geoscience
> Sigwartst. 10 - 72076 Tuebingen (Germany)
> Tel.: ++49 7071 29 73139 Fax: +49 7071 5059
> Web: http://www.jkbecker.de
>
--
Dr. J.K. Becker
University of Tuebingen - Institute for Geoscience
Sigwartst. 10 - 72076 Tuebingen (Germany)
Tel.: ++49 7071 29 73139 Fax: +49 7071 5059
Web: http://www.jkbecker.de




Archive powered by MHonArc 2.6.16.

Top of Page