How to select the external surface of a model

I have a stl model of an arm, I do not have the CT. from this model I have to select only the external surface and give it a thickness to make an orthopedic brace.
I can not figure out how to select only the external surface

Thanks in advance

If you only have mesh data then you can use pure mesh editing software for this, such as MeshMixer, Blender, or Autodesk Fusion 360. However, if you plan to generate orthopedic brace directly from imaging (or you need a thick brace and mesh editing software struggle with creating a non-self-intersecting mesh) then it is worth learning how to do it in Slicer.

To create a shell from an STL file in Slicer:

  • Load the STL file into Slicer
  • Go to Segmentations module
  • Create a new segmentation
  • Import the model into the segmentation (Export/Import… section)
  • Go to Sample data module and load MRHead sample (this is necessary because currently, Segment editing requires selection of a reference volume, and the simplest way of creating one is to load an existing volume, you can ignore its content)
  • Go to Segment editor module
  • Use “Hollow” effect to create a shell

You need to use a recent nightly version of Slicer (not older than a few weeks).

1 Like

Thanks for the answer, when I use ‘Hollow’ to create the shell and I click apply I do not see anything on the model, I do not know what I’m doing wrong.

Probably the model that you imported is still there and hides the segmentation. Hide or delete the model after you imported it into segmentation. To see the segmentation in 3D, click “Show 3D” button in Segment editor.

ok thanks, the model hides the segmentation but what I find is not as hollow as I wanted, but the inside is full

Apply Hollow effect then cut off the two ends with Scissors effect.