Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Number of facets around a (half)edge

Subject: CGAL users discussion list

List archive

[cgal-discuss] Number of facets around a (half)edge


Chronological Thread 
  • From: "Jens K. Becker" <>
  • To:
  • Subject: [cgal-discuss] Number of facets around a (half)edge
  • Date: Wed, 11 Nov 2009 09:30:01 +0100

Hi all,

I have a quick question: In a triangulation, eache edge of the
triangulation can obviously belong to more than 2 facets. How about a
polyhedron? Is that possible too? I frequently generate polyhedra from
triangulations that sometimes have a halfedge which belongs to 4 facets.
Constructing them works fine, but reloading them (using off-format)
produces the error message (numbers of vertices and facets of course are
always different):

CGAL::Polyhedron_incremental_builder_3<HDS>::
lookup_halfedge(): input error: facet 244 shares a halfedge from vertex
694 to vertex 695 with facet 232.
[....]

I know where it comes from, but I don't know how to test for this (and
if it happens what to do then)... Any ideas?

Thanks for any help,

Jens

--
Dr. J.K. Becker
University of Tuebingen - Institute for Geoscience
Wilhelmstrasse 56 - 72072 Tuebingen (Germany)
Tel.: ++49 7071 29 73147
Web: http://www.jkbecker.de



  • [cgal-discuss] Number of facets around a (half)edge, Jens K. Becker, 11/11/2009

Archive powered by MHonArc 2.6.16.

Top of Page