Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Removing degenerate facets from polyhedra

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Removing degenerate facets from polyhedra


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: [cgal-discuss] Re: Removing degenerate facets from polyhedra
  • Date: Thu, 19 Jul 2012 22:05:10 -0700 (PDT)


First see the preconditioning of each join method, and make sure that you
satisfy them in each case.
Second I tried to simplify a mesh by myself using the join functions, and I
ran into a similar problem, but in my case the faces weren't degenerate, and
mostly my mistake probably was that I couldn't detect correctly when the
join leads to intersections. But when I used the simplification mechanism I
had no problems.
It would be quite helpful if you could print the triangulation (or just the
neighborhood) before you make a join failed attempt.
Third you probably need at least
Exact_predicates_inexact_constructions_kernel, and I would have tried
exact_exact just to see what happens.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Removing-degenerate-facets-from-polyhedra-tp4655484p4655496.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Re: Removing degenerate facets from polyhedra, Zohar, 07/20/2012

Archive powered by MHonArc 2.6.18.

Top of Page