Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: 郑银河 <>
  • To:
  • Subject: [cgal-discuss] How to do 3D constrained Delaunay triangulation using CGAL
  • Date: Tue, 27 Oct 2015 20:26:08 -0700
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:h5Klpx8zprql1v9uRHKM819IXTAuvvDOBiVQ1KB90OocTK2v8tzYMVDF4r011RmSDdidsq4P1LaempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXsq3G/pQQfBg/4fVIsYL+lR8iL04/oi6ibwN76XUZhvHKFe7R8LRG7/036l/I9ps9cEJs30QbDuXBSeu5blitCLFOXmAvgtI/rpMYwu3cYh/V0/MFJVeD2fr8zUKdDJDUgKWE8osPx5jfZSg7aHoPkGjEcjx9JBQfc7QzSUZL4sy+8ve14jnrJdfbqRKw5DGzxp5xgTwXl3X8K

Hello,

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?

Thank you very much for your time

Silver



Archive powered by MHonArc 2.6.18.

Top of Page