Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Surface mesh simplification

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Surface mesh simplification


Chronological Thread 
  • From: tang <>
  • To:
  • Subject: [cgal-discuss] Re: Surface mesh simplification
  • Date: Tue, 2 Oct 2012 05:26:08 -0700 (PDT)

Dear Dr. Rineau,

Thank you very much for your so good 'easy' method to output OFF file. I
test it and it works well.

I have read the link you given several times, however, I still have no idea
on how to simplify the polyhedron, could you please give me some example
code to simplify it, suppose I have the object bellow:

myobj *object;
...

/// here I extract the 'obj' from object->obj
Polyhedron *obj=(Polyhedron *)object->obj;
/// how to simplify the surface mesh defined in obj according to the rule
length(edge)<EPS?

Thanks,
Zhanghong Tang



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Error-when-building-CGAL4-0-2-demo-examples-64-bit-version-tp4655937p4655946.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page