Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] (Nef_)Polyhedron simplification with a given criterion

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] (Nef_)Polyhedron simplification with a given criterion


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] (Nef_)Polyhedron simplification with a given criterion
  • Date: Sun, 03 May 2009 22:51:56 +0200

Hi Max,

The package Triangulated Surface Mesh Simplification in
the Geometry Processing Part of the manual
http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/packages.html#part_XI

is exactly about that.

andreas


Max wrote:
Hello CGAL guys,

I want to know if there is a tool out of there that can simplify
a polyhedron_3, or nef_polyhydron_3, according to a given
criterion of approximation.

By the word 'simplify', I mean to decrease, as much as possible,
the size of the object, in number of vertices, facets, etc.

For example, I want to merge the small facets that are nearly coplanar, according to the criterion, into a larger one.

I want to decrease the size/complexity of the 3d obj's with the hope
of promote the calculation efficiency without much loss of precision.

Thanks for any hints.

B/Rgds
Max





Archive powered by MHonArc 2.6.16.

Top of Page