Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Convert C3t3 to Polyhedron


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: [cgal-discuss] Re: Convert C3t3 to Polyhedron
  • Date: Sun, 25 Mar 2012 13:18:56 -0700 (PDT)



(So these are the demoDLLs I was missing...)

Good job Sebastien, I included your source in Io_c3t3_plugin.cpp, and added
to Io_c3t3_plugin::save()

std::string fname = qPrintable(path);
fname += ".off";
std::cout << "Writing " << fname << std::endl;
std::ofstream ofs(fname);
output_boundary_of_c3t3_to_off(c3t3_item->c3t3(), 0, ofs);

and now the mesh_3 demo functions as a robust remesher, which doesn't have a
problem with the camel model above for instance, and is better than Graphite
IMO.

Concerning your code, get_vertex_index() saves the v_handle in a map, and
you iterate the faces, but I didn't understand the iterator type, and the
tests you made. I think I need answers to my previous questions first, or go
over the library source.

But back to the more general question, how come that this c3t3 remesher
worked, while the c2t3 failed?




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



Archive powered by MHonArc 2.6.16.

Top of Page