Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] help Triangluation to geomview.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] help Triangluation to geomview.


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] help Triangluation to geomview.
  • Date: Fri, 14 Mar 2008 10:04:22 +0100

Dear

(my mailer cannot read you signature in the way it is encoded)

Please have a look at the reference manual of the Triangulation_3 class.

As you will see, the output of a 3d triangulation to a Geomview_stream is offered by CGAL. And Delaunay_triangulation_3 inherits from from Triangulation_3.
Moreover, the demos distributed in CGAL show some examples.

best regards,
Monique Teillaud

gre6 wrote:
hi all, I'm a greenhand here.
I want ask how to out put the CGAL::Delaunay_triangulation_3<K> structure as a .off format. Then we can read the .off file in the geomview and to display these facets.



Archive powered by MHonArc 2.6.16.

Top of Page