Delaunay Triangulation with Hollow Portion

Hello,

I am importing a point cloud with a hollow region into ParaView. The point cloud is of a scanned cell culture with the hollow region representing the nucleus. I have been using the Delaunay 3D filter to recreate the surface. I still want the hollow portion to remain and was wondering if there is anyway the filter can be adjusted to keep this hollow region or if there is another filter that can be used.

Thanks,
RW

Within the filter is there way to adjust the tolerance of the circumsphere so that a point too far away is not included and can preserve the hollowed region.

Yes you can preserve holes. You need to experiment with the alpha parameter in the Delaunay 3D filter.

See the example below:
I have a point set with a hole in the middle (left figure).

  1. Enable the advanced option from the gear icon
  2. Enable Alpha Tets and Tris this will remove tetrahedra and triangles that do not conform to the criterion.
  3. Finally adjust the alpha parameter until you get the desired results.