Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Export mesh

Subject: CGAL users discussion list

List archive

[cgal-discuss] Export mesh


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Export mesh
  • Date: Wed, 22 Oct 2008 14:19:13 +0200 (CEST)


Hello!

I'm a very new beginner in CGAL and I'm trying to visualize the generated mesh
with a free software like Paraview. For doing that, I need to export the mesh
generated by the command

CGAL::make_surface_mesh(c2t3, surface, criteria, CGAL::Non_manifold_tag());

I tried to directly write the content of c2t3 into a file but I can't
visualize
the result. According to that, I have the following question:

I there a simple way for exporting meshes created by cgal in current formats
like STL, PLY or OBJ for example? I couldn't find the answer in the manual, or
perhaps I missed it.....


Thank you very much in advance for your help......

Yann



Archive powered by MHonArc 2.6.16.

Top of Page