Skip to Content.
Sympa Menu

cgal-discuss - Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem

Subject: CGAL users discussion list

List archive

Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem


Chronological Thread 
  • From: "Thomas Zangl - Home" <>
  • To: "cgal-discuss" <>
  • Subject: Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem
  • Date: Tue, 17 Jul 2007 20:54:26 +0200


Am Tue, 17 Jul 2007 20:28:10 +0200 (CEST), schrieb
<>:

Hi!

>> (Is there some automatism which can do this automatically?
>> What is the best practice to fix those triangles?)
>
>Usually, you do not extract these triangles from your 3D triangulation
>randomly: you extract a triangle as the neighbor of an already extracted
>triangle. You just have to check that you give the newly extracted
>triangle the same orientation as its predecessor.

In my case, this must not be true. I iterate over a triangulation
using a the facet iterator. If a facet fullfills a criterion I add it
to my list of points and facets and later they get inserted into a
Polyhedron. As you can see, it is possible to happen, that there are
faces which are not of the same orientation. What can I do? Fixing
every face is going to be an intensive task which I want to avoid
if possible.

Best regards,
--
----------------------------------------------------------------
,yours Thomas Zangl, Bakk.rer.soc.oec. -

-
- Freelancer - IT Consulting & Software Development -
- Student of Software Development-Economy (Master) -



Archive powered by MHonArc 2.6.16.

Top of Page