Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh simplification with edges marked as non-removable

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh simplification with edges marked as non-removable


Chronological Thread 
  • From: costantinos <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh simplification with edges marked as non-removable
  • Date: Fri, 25 Oct 2013 07:29:10 -0700 (PDT)

That is very interesting, but I don't know how to set the edge cost to double
positive infinity. I would be very grateful for any help you can give me!

I did check the implications of the precision by setting:

typedef CGAL::Simple_cartesian<double> Kernel;

to

typedef CGAL::Simple_cartesian<long double> Kernel;

and the simplification behaved much better.


Thank you!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-simplification-with-edges-marked-as-non-removable-tp4658180p4658295.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page