Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Convert C3t3 to Polyhedron

Subject: CGAL users discussion list

List archive

[cgal-discuss] Convert C3t3 to Polyhedron


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: [cgal-discuss] Convert C3t3 to Polyhedron
  • Date: Mon, 12 Mar 2012 12:53:40 -0700 (PDT)


Hi,

I have a defective mesh (triangular surface - polyhedron), which I'd like to
fix by remeshing. I loaded it into Mesh_3 demo, used it as a domain to
construct a tetrahedral mesh (c3t3), and my only option is to save it to
.mesh.

Is there an external app, which can extract the surface from .mesh and save
as .off for example?

I thought to patch Io_c3t3_plugin.cpp to write also a polyhedron.

This guy:

http://cgal-discuss.949826.n4.nabble.com/Contibution-for-CGAL-Complex-3-in-triangulation-3-polyhedron-builder-h-td2307832.html

seems to wrote something that do that. But the interface seems to be wrong
(e.g. Face_iterator should be Facets_in_complex_iterator). I tried to update
the interface, but the output was nonsense.

Thanks

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Convert-C3t3-to-Polyhedron-tp4467182p4467182.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page