I have a point cloud and I would like to do mesh reconstruction for that point cloud. At the moment, I am following this procedure:
- Consider point cloud as particles
- Convert particles to Level set
- Apply Dilation -> Smooth filter -> erosion -> convert volumeToMesh
I get the mesh after applying these steps, but the the mesh is in a rim shape. I want the mesh to be a single layer, is there any way to achieve that?
I attach below an image to illustrate want to achieve

.
I have a point cloud and I would like to do mesh reconstruction for that point cloud. At the moment, I am following this procedure:
I get the mesh after applying these steps, but the the mesh is in a rim shape. I want the mesh to be a single layer, is there any way to achieve that?
I attach below an image to illustrate want to achieve
.