Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices
  • Date: Thu, 04 Sep 2014 08:30:41 +0200
  • Organization: GeometryFactory

On 09/01/2014 06:23 PM, crobar wrote:
A simpler question, is there a way to get CGAL to merge vertices to a given
tolerance prior to extracting the data?


You can try using the Surface mesh simplification package and remove short edges:

http://doc.cgal.org/latest/Surface_mesh_simplification/index.html

Sebastien.


Sebastien Loriot (GeometryFactory) wrote
What kernel are you using internally to do the computation?
I guess you export the result into double/float which result in rounding
of the exact output, which result in points having the same coordinates
in your case.

Sebastien.






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-difference-on-Nef-polyhedron-produces-shape-with-duplicate-vertices-tp4659760p4659764.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page