Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Multi-level polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Multi-level polyhedron


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Multi-level polyhedron
  • Date: Thu, 27 Feb 2014 09:55:37 -0800 (PST)


I don't think it's that simple. There are 5 cases:

http://doc.cgal.org/latest/Surface_mesh_simplification/classEdgeCollapsableMesh.html

so I need by myself to detect which case occurred, and what was done for it,
and reverse the process. Sounds like copy/pasting the edge collapse code and
reverse it. I think the package should return this useful information, such
as which case was addressed, which edges disappeared, and which vertex was
gone.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Multi-level-polyhedron-tp4656471p4658881.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page