Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: 2d mesh on concave domain not convex hull

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: 2d mesh on concave domain not convex hull


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: 2d mesh on concave domain not convex hull
  • Date: Thu, 16 Feb 2012 08:00:11 +0100

On 02/15/2012 07:15 PM, chaffra wrote:
Hi, I searched the topics but I cannot come up with a simple example to do 2d
triangulation on a concave shape domain (you always get the convex hull
mesh). Is there an example in the source on how to do this? I saw in a
thread that you have to "traverse" the mesh to check which segments are
inside or outside the domain, but how do you do it? I am new to cgal and
this is confusing. I would line to mesh a domain that looks like this

|||
||||||||||
||||||||||

Thanks,
Chaffra

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/2d-mesh-on-concave-domain-not-convex-hull-tp4391254p4391439.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

See this example:
http://www.cgal.org/Manual/beta/doc_html/cgal_manual/Triangulation_2/Chapter_main.html#Subsection_37.8.2

Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page