Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Example program crash question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Example program crash question


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Example program crash question
  • Date: Tue, 17 Jan 2012 08:11:46 +0100
  • Organization: GeometryFactory

Le lundi 16 janvier 2012 18:36:44 Ram a écrit :
> If I just feed it the following ".off" file:
>
> OFF
> 8 6 0
>
> 0 1 0
> 0 0 0
> 0 0 1
> 1 0 0
> 1 0 1
> 0 1 1
> 1 1 0
> 1 1 1
> 4 3 4 2 1
> 4 0 6 3 1
> 4 6 0 5 7
> 4 5 0 1 2
> 4 7 5 2 4
> 4 7 4 3 6

The CGAL::Polyhedral_mesh_domain_3 class template can deal only with
triangulated polyhedron. Your OFF file is made of six 4-faces.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page