Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Refining mesh on a part of a 2d CDT

Subject: CGAL users discussion list

List archive

[cgal-discuss] Refining mesh on a part of a 2d CDT


Chronological Thread 
  • From: ballbugsbunny <>
  • To:
  • Subject: [cgal-discuss] Refining mesh on a part of a 2d CDT
  • Date: Tue, 27 Sep 2016 11:48:53 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Fail ; spf=None
  • Ironport-phdr: 9a23:WLDMJB+ZT6or//9uRHKM819IXTAuvvDOBiVQ1KB91uocTK2v8tzYMVDF4r011RmSDN+dsq8P0rCK+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2WVTerzWI4CIIHV2nbEwud76zQ9OZ1p7rn8mJuLTrKz1SgzS8Zb4gZD6Xli728vcsvI15N6wqwQHIqHYbM85fxGdvOE7B102kvpT4yrc4rXUV4qppt5UYCeSpN5g/GLdXBTBjP2Eu79DwrjHCSxGO7z0SSDY4iB1NVgLM6BXwQ5jquDb8sPs1jCeQNMn/SKg9XzW5x7pwDhLz3nRUfwUl+X3a35UjxJlQpwis8kcnm4M=

Hi everyone,
I have a CDT with info base for every triangle, which is initially
partitioned in sub-areas, in a manner that a collection of adjacent
triangles have a specific ID attribute.
How can I create a new CDT with those triangles, refining the sub-CDT with
different constrain criteria?

I've tried copying the CDT and deleting the triangles not having the
specific ID, with no luck.
(By copying the CDT and then either: 1.
//cdt_copy.delete_face(faces_iterator) or
2.faces_iterator->set_marked(false);)

The problem is that I cannot iterate through all the border triangles and
taking the edges since the iteration is not linear and I wouldn't also know
the orientation, in order to create the constrains for the new CDT.

Thanks a lot,
Fotis




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Refining-mesh-on-a-part-of-a-2d-CDT-tp4662309.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Refining mesh on a part of a 2d CDT, ballbugsbunny, 09/27/2016

Archive powered by MHonArc 2.6.18.

Top of Page