Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Mesh generation question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Mesh generation question


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Mesh generation question
  • Date: Thu, 19 Jan 2012 18:12:02 +0100
  • Organization: GeometryFactory

Le mercredi 18 janvier 2012 11:29:38 Ram a écrit :
> Hi Laurent,
>
> Here is the code:
[...]
> and I cant compile it. Can you please point out the problem?

Use that type of polyhedron:
CGAL::Mesh_polyhedron_3<K>::Type
instead of
CGAL::Polyhedron_3<K>

The former has extra attributes added to its 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