Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to do 3D constrained Delaunay triangulation using CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to do 3D constrained Delaunay triangulation using CGAL


Chronological Thread 
  • From: Phil Weir <>
  • To:
  • Subject: Re: [cgal-discuss] How to do 3D constrained Delaunay triangulation using CGAL
  • Date: Wed, 28 Oct 2015 08:49:15 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:arFFhhQ/rIszXS0QHy5kWk/PQtpsv+yvbD5Q0YIujvd0So/mwa64ZxKN2/xhgRfzUJnB7Loc0qyN4/2mADBLuMrZ+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8CVOlkD3WblKZpJbzyI7izp/vEMhoVjLqtjgjDomVBvP9ps+GVzOFiIlAz97MrjtLRq8iBXpu5zv5UYCfayLOwESulTAz0idmw0/8b2rgLrTA2V53JaXH9FvABPBl397BD+Fqj8szGy4vJ92S3cIsD3V5gyRDGrqaZmHky7wBwbPiI0pTmEwvd7i7hW9Uqs

Hello,

On 10/28/2015 03:26 AM, 郑银河 wrote:
...
I am trying to do 3D constrained Delaunay triangulation using CGAL.
The domain is described using Piecewise Linear Complexes (PLS) in 3D,
i.e., each bounday polygon of the domain is known but the bounday mesh
of the domain is not generated . The domain may contain 0d, 1d
features.

I tried to use the 3D Mesh Generation package to do the job. However,
in order to use this package, I should first convert the PLS to a
boundary mesh, which is difficult because the PLS may contain
unmanifold edges.

I am wondering if there is some method in CGAL that can be used to
generate the constrained Delaunay triangulation from a set of bounded
polygons?
On the off-chance a less strict volumetric mesh, with a tolerance, rather than a constrained Delaunay triangulation, is sufficient, and you can formulate an in-out identity function, that might get you somewhere. Not so helpful if you need exact matching, of course, or for preserving your features, but just to mention it. (Apologies for posting the same suggestion on another related topic, but I recall struggling to generate CDTs some time before realising the use-case didn't actually require it)

All the best,
PTW

--
__________________________
Phil Weir | NUMA Engineering Services Ltd.
Block 1, Quayside Business Park,
Mill St, Dundalk,
Co. Louth, Ireland.
Tel: +353 42 9395821 | Fax: +353 42 9390220
_______________________




Archive powered by MHonArc 2.6.18.

Top of Page