Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to add points to C3t3 for 3D meshing

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to add points to C3t3 for 3D meshing


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] how to add points to C3t3 for 3D meshing
  • Date: Sun, 11 Apr 2010 14:50:40 +0200
  • Organization: GeometryFactory

Le Dimanche 11 Avril 2010 14:33:24, Zhonggui Chen a écrit :
> Hi,
>
> I have some initial points in the domain bounded by a surface mesh. I'd
> like to use the C3t3 to optimize the locations of the points to get a
> better 3D meshing of the domain. How to insert the initial points into
> C3t3?
>
> Any suggestion would be appreciated!!!

Use :
c3t3.triangulation().insert(p)

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page