Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Polyhedron vertex validity

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Polyhedron vertex validity


Chronological Thread 
  • From: freckles <>
  • To:
  • Subject: [cgal-discuss] Re: Polyhedron vertex validity
  • Date: Mon, 26 Mar 2012 02:50:39 -0700 (PDT)

Thanks for the reply. I was collapsing the edges by using join_facet and
join_vertex. I realised that this was because the polyhedron became invalid
after some collapses. i.e. The degree of a vertex after collapsing is 2,
which is impossible for a closed triangle mesh, however CGAL does not throw
any exceptions saying that the mesh has become non-manifold, which was
weird.

After checking that the collapses will result in a manifold mesh, it works
fine.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polyhedron-vertex-validity-tp4459607p4505270.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page