Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Surface mesh simplification
  • Date: Tue, 02 Oct 2012 14:36:51 +0200
  • Organization: GeometryFactory

On 10/02/2012 02:26 PM, tang wrote:
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


This user example should do what you want (the bug mentioned has been
fixed):

https://sympa.inria.fr/sympa/arc/cgal-discuss/2009-11/msg00152.html

Sebastien.


--
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