Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Restore an old status of a polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Restore an old status of a polyhedron


Chronological Thread 
  • From: "Abel Alonso" <>
  • To:
  • Subject: Re: [cgal-discuss] Restore an old status of a polyhedron
  • Date: Thu, 2 Oct 2008 18:12:47 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=IULAfh+kSJ5fDqe3mJUM72ny7sTKuk0lpUMSzV8re62Dix6AbdonW7830E6rczKz8L K7V24RoPbvd4/Rf1KwBRJxLkPIDm9/WwRJZwhd2Yr5hvS8pGL3CYOVaBaDpOEwqjKKHS 9aDM5DFlrYeX0z36IPiz5dzaxK8BBkTmVe54Q=

Thanks a lot!!!

I'll implement it tomorrow and test it. I think that it'll work, because the triangles soup is consistently oriented and the code you sent me it's just what I need. So,l thank you for your great support, and will confirm if it works tomorrow morning.

Kind regards,

Abel.

2008/10/2 Laurent Rineau <>
On Thursday 02 October 2008 17:36:05 Pierre Alliez wrote:
> you can always elaborate upon a simple mesh builder that takes a
> triangle soup using the exemple class attached.
>
>        Make_triangle_soup<Polyhedron,Kernel,Iterator> soup_builder;
>        soup_builder.run(triangles.begin(),triangles.end(),*pSoup);
>
> or write your own builder specialized to one part of the mesh.

Note that this only works if the triangles soup is consistently oriented.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page