Convex hull may fix the outer surface. You can get it by copy-pasting this code snippet to the Python console (replace mySurface with your model node’s name):
Convex hull was just suggested as an initial step.
There are lots of tools in Segment Editor. If the holes are small then you can fill them using Smoothing effect - “Closing (fill holes)” method. You can also go full manual and fill the holes using Paint or Draw effects.
Is it possible to select a specific hole to fill while using Smoothing? Because there are some other inlets and outlets open in my model that I do not want to fill them.
Lassoan thanks for introducing very efficient way. I’m usimg slicer 4.11.20200930 and the “smoothing brush option” dose not show up!! what should I do to have it?any extension or…?
The slicer tool is very flexible. You can use different functions to achieve this effect by thinking about it. There are many tools in the segmentation.
I Installed a recent version and now I have access to brush option. when I choose smoothing and then brush option,Median smoothing method and finally kernel size of 5mm, the effect make hole instead of filling hole!!! In the video you sent it works correct and fills the holes. what is wrong with me?
Median means that each voxel is replaced by the median value of its neighborhood. Therefore, it can add or remove points - whatever makes the region smoother. If you want to fill holes, choose the fill holes option.