Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Bug of funciton 'edge_collapse'?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Bug of funciton 'edge_collapse'?


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Bug of funciton 'edge_collapse'?
  • Date: Fri, 05 Oct 2012 14:53:24 +0200
  • Organization: GeometryFactory

On 10/05/2012 02:36 PM, tang wrote:
Dear Dr. Loriot,

Thank you very much for your quick reply. I think I used the same kernel:


typedef CGAL::Exact_predicates_exact_constructions_kernel
Kernel;
typedef Kernel::Point_3
Point_3;
typedef Kernel::Line_3
Line_3;
typedef CGAL::Nef_polyhedron_3<Kernel>
Nef_polyhedron;
typedef GAL::Polyhedron_3<Kernel>
Polyhedron;

Isn't it?
So it should be correct.
In your pipeline, are you writing file to the disk or are you using the polyhedron in memory?

I think when you write to the disk the polyhedron, you convert it do double.

Sebastien.



Thanks,
Zhanghong Tang



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Simplify-function-doesn-t-work-tp4655966p4655989.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page