WrapSolidify surface

Hello,

I use Wrap Solifidy feature in order to create the outer surface of a model, but I get some strange results like the photo attached. Do you have any idea why?

Thanks!
notsmooth

This happens because shrinking step sometimes finds the inner surface of the shell. This is fixed in this pull request, so updating to latest version of the extension in latest Slicer Stable Release or latest Slicer Preview Release should fix the problem. If you still encounter these artifacts then locate SegmentEditorEffect.py file on your computer and change 100 to a smaller number (50, 20, 10).

Let us know how if it worked.