Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to build a polyhedron?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to build a polyhedron?


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] How to build a polyhedron?
  • Date: Tue, 17 Apr 2007 18:52:14 +0200

Fred Fred wrote:

Basic question but soooo complicated to find a way to do it with CGAL documentation! I have been surfing in the doc for 3 hours and still have not reached it. Actually I have manage to create a triangulation of a terrain and now I would like to refine it. Unfortunately it seems that it is necessary to convert the triangulation to a polyhedron, so I would have expected a conversion method so as to create a polyhedron from my traingulation but either it does not exist or I did not find it.
So could anyone tell me how I could create a polyhedron from my triangulation in less than 3 hours?
Regards.

_________________________________________________________________
Découvrez le Blog heroic Fantaisy d'Eragon! http://eragon-heroic-fantasy.spaces.live.com/

I don't see why you need to convert the triangulation into a polyhedron
to be able to refine your terrain.
See the example of terrain in the user manuel of Triangulation_2 : insertion are performed.



Archive powered by MHonArc 2.6.16.

Top of Page