Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh simplification with edges marked as non-removable

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh simplification with edges marked as non-removable


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Mesh simplification with edges marked as non-removable
  • Date: Fri, 15 Nov 2013 14:53:17 +0100
  • Organization: GeometryFactory

On 11/14/2013 03:23 AM, costantinos wrote:
Hi Sebastien,

Have you had an opportunity to investigate the issue yet?

Here is what I can provide for now. Do not use this in production
nor patch your CGAL version. Use include_directories(BEFORE xxx) directive in your CMakeLists.txt instead.

I add to modify the Placement in the .cpp file to prevent points on the
marked edges to move.

In CGAL's code, I changed a few things to force marked edges to never
change (the marked halfedges are preserved) and also something about
the cost to get missing edges.

I haven't time now to think about all the consequences of my changes
which is why you should not patch your CGAL copy with this.
I hope I'll have time to incorporate the correct changes for the next
release.

Using this code, I could simplify to the minimum tens.off you provided.

Let me know if you observe some issues.

Thanks,

Sebastien.


Thanks.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-simplification-with-edges-marked-as-non-removable-tp4658180p4658411.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


Attachment: patched_files_and_cpp.tgz
Description: application/compressed-tar




Archive powered by MHonArc 2.6.18.

Top of Page