Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface/Volume Mesh preserving input point set

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface/Volume Mesh preserving input point set


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Surface/Volume Mesh preserving input point set
  • Date: Fri, 24 May 2019 09:30:49 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:+anSLB2PGz9TkTpssmDT+DRfVm0co7zxezQtwd8ZseIeKvad9pjvdHbS+e9qxAeQG9mCsrQd0red6vmxEUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCegbb9oMRm6sAXcusYLjYd/Lqs61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzoBOjUk8m/Yl9ZwgbpGrhy/qRxxw43abo+bO/VxfKzSYdwUSHFdXstTTSFNHp+wYoUNAucHIO1Wr5P9p1wLrRamCwWiGf3gxSRSiX/twa060vouEQfb1wImGNIOqnXUrNLpNKwPVey7zbfHzTLGb/xIxTf98ojJfBA7rv6QQbJwdtDRyEkqGw/Lk16drpflPzeS1uQXsmib6PZgWfiqi24jsAxxrT2vyd0tionNnI4a1lfE9SBgzYszONa2Rkl7Ydu+H5tRsSGXL412Tdk5TG5zvCY11KcKtoK8fCgP0Jgo2xHfZOaDc4SS5RLjTumRLDFlj3xmYLKynwi+/VSkx+HmVcS50ExGojRbntXRrHwA2B/e5tCFR/Z+5EutxzmC2gHJ5u1ZJU05m7DXJpwhz7M2i5Edq17MHjXsl0XzlKKWdlsr+uyv6+n/Z7XpvJ6cN4tthgDwKKQih9WzAeo3PwUNRWSb9uO81Lrs/U39XrpGlOE5kq7csJzCJMQboLC2AxNN34o99xqyCy2q3dcYkHUdMl5JZg+Lg5LmNlzNOPz4CO2wg1WokDdl3fDGObjhD43WLnjHl7fhZ7d960lAyAYpyNBf44lZCr4EIP3pW0/xsMbUAQM+Mwyx2+rnEsly1psCWWKTBa+UKL/dsVCS6eIrOuWDeY4VuC3hJPg4/P7ulmQ0mUQdfKmsxZsYcmq0HvVgI0WDYHrjmM0NEWkQvll2cOu/g1KLVXtfZm25QrknzjA9EoOvS4nZFa63h7nUlhy2FJRNemFLDBioFm3pcJnMG9gBbyefPtVwvDUPSb+7Ws5rnUW1sAjgyr17aO/Q0iIdvJPnktNy4ruAxlkJ6TVoApHFgCm2RGZukzZQHm5k7OVEuUV4j2y7/+19iv1cG8ZU4qoQAAg/PJ/Yied9DoKrA16TTpKyUF+jB+6eL3QpVNtomo0BZk98H5OpiRWRh3P3UY9QrKSCAdkPyoyZ33X1IJwgmXPP1a1kkEN/B8UTZSupgalw8wWVDInMwR2U

The only algorithm we have for now that construct a surface mesh out of
input point is the advancing front surface reconstruction algorithm:

https://doc.cgal.org/latest/Advancing_front_surface_reconstruction/index.html#Chapter_Advancing_Front_Surface_Reconstruction

Note that there are no guarantee that the output will be closed and some
post processing might be needed, like for example:

https://doc.cgal.org/latest/Polygon_mesh_processing/group__hole__filling__grp.html#ga4aacaa46c800a53ca0a0e5fd518a7b20

Sebastien.

On 5/20/19 12:09 PM, fredericodpc wrote:
Hi all,

I am a somewhat new user of CGAL and the library has really proved itself
more than useful for me in several parts of my projects.

However, I am currently stuck trying to generate a 3D volume and/or surface
mesh which preserves my input point set, i.e. that do not add extra points
(vertices) to the domain for refinement or quality adjustment purposes. This
very same reason made me move from CGAL to Tetgen to generate a constrained
delaunay tetrahedralization (CDT), with the goal of translating the mesh
back to CGAL afterwards, and I am now facing the same problem when trying to
generate a surface mesh that would serve as input for Tetgen (both seem to
have been done before, as per other older discussions).

I wonder if there is a way to do any of these processes in CGAL? Thank you
very much in advance, any help will be very much appreciated.



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page