Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Tiangulation with holes

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Tiangulation with holes


Chronological Thread 
  • From: khaldon hmesheh <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Tiangulation with holes
  • Date: Sun, 6 Oct 2013 06:24:10 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=qPNXPGPnKe8n/A0+hhnBZ+0fpk60jQlAK2clZzWI0MPzgjSiwowsyMuW+IvibolH+dqfEMDLbmNvrCUEkNrse54XGMkmBVNsDdVVQ1KYbkHh9dBXr21BjodokLIN1xZXjiSorXnLlGIjxydwur7yEdffjsFGZOkmOR9kfKkd0Io=;

Thanks for reply,

in my case I have the plate in 2D plane and I have also the thickness an I would try to create a 3D triangulation of such 2D shapes. 
After that I will check the identity of such 3D representation.

regards,
Sniper
 



From: Efi Fogel <>
To:
Sent: Sunday, October 6, 2013 12:26 PM
Subject: Re: [cgal-discuss] Tiangulation with holes

Perhaps you should try to reduce your problem to the plane.
Triangulating a polygon with holes (in the plane) can be done in several ways. You can even use 2D arrangements to create a vertical decomposition (into pseudo trapezoids) and then split the quadrangles.

   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/




On Wed, Oct 2, 2013 at 11:30 AM, Sebastien Loriot (GeometryFactory) <> wrote:
IIUC, you have a set of 3D polylines in parallel planes and you'd like
to construct a 3D mesh out of this.

We have a prototype implementing [1] but for now it only produces
surface triangulation and it is not ready for public distribution.

Outside of CGAL there is this:
http://www.cse.wustl.edu/~taoju/lliu/paper/ctr2suf/program.html
I have never tried it and don't know how it performs.

Sebastien.


[1] http://hal.inria.fr/inria-00076934


On 10/02/2013 10:09 AM, khaldon hmesheh wrote:
Hello,

I have some plate which are defined in 2D plane as in the attached file.
I want to get a 3D triangulation of this plate.The outer contour of the
plate, the contours of the holes inside the plate and plate's thickness
are the given information.And my question is how to generate a 3D
triangulation of this 2D plate in CGAL?

regards
Sniper


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss








Archive powered by MHonArc 2.6.18.

Top of Page