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, 9 Oct 2008 22:18:53 +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=dvF9hWAbRqqgiusSq4vhgywp0OApfSAzHrqaenU6cpIBIdOKclwbdayePiXFUzCU3d emyiNa4fTA5u6U+AEL4KoKsVsHtQR3Nl8A38KhruONB6p3i6KyoIIjMYDPZjCuuWlkHo saDOICiT7fvgBGSTP4Z3Sl5NTDHOJSJn+grqM=

It works!! Thank you so much!

2008/10/2 Abel Alonso <>
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