Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Question about mesh simplification

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Question about mesh simplification


Chronological Thread 
  • From: "Pablo Carneiro Elias" <>
  • To:
  • Subject: Re: [cgal-discuss] Question about mesh simplification
  • Date: Thu, 29 Nov 2007 18:32:52 -0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Q1zSpWrg0L7xyHuciibrxwnlTJ/UX4l1J2MgDSTxU3omY9WrtFa0lj2ezs6PSnUS/CvVBy77J/xaNlHcpFXD8paBY+AYz4zbZtfFv3bkULK85xtHldoi7PojB6dgBCGxE0ymyKsDSSBA5DD4+m9GBYSU9z/QT/5NKKZrWaHm41Q=

Sure, I've saved my polyhedron to a file using the stream operator of the Polyhedron class, I'm sending it with a cpp file which opens it and runs the default simplification.. thanks!

[]'s Pablo



2007/11/29, Fernando Cacciola <>:
Hello Pablo,

Can you post a short program that I could compile and test myself?

>    SMS::Count_stop_predicate<Surface> stop(1000);

That means that if the mesh has less than 1000 edges, none will be removed.
Your mesh has more than 1000 edges right?

Best

Fernando Cacciola
GeometryFactory
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss

Attachment: MeshSimplificationTriangles-Pablo.rar
Description: application/rar




Archive powered by MHonArc 2.6.16.

Top of Page