Vertical section view of 3D model to save as STL

Hi All

I am new to 3DSlicer and I have been struggling to find a method on how to section view a part and save as stl.

My project:
I have loaded a CT scan of the head, using DICOM files, and rendered a 3D image. I wish to vertically section the head down the middle so that I can see the cavities in the nasal cavity and save this as an STL to be 3D printed.

It seems like it should be a very simple task, however, since I am new I am struggling to find out how to do this.

Please could someone help or guide me through this?

Thank you in advance.
Scott

Start with some tutorials which are relevant to segmenting for 3d printing. The slicer tutorial page can be found here

One video which you may find useful is this one. It is long so you may just want to watch the parts which are relevant.

Here are the general steps I would use:

  • Go to the segment editor module and threshold out the bone using the threshold effect. A minimum value of around 200-300 HU should work well
  • Click the show 3D button at the top of the segment editor to show the segment in the 3D window.
  • Click the small pin at the top left of the 3D window and click othographic view projection (not sure exactly what it is called from memory).
  • In the same area click the ‘S’ label to look down on the top of the skull.
  • Now use the scissors effect in segment editor (use the box shape) click and drag the box to cut away half of the skull.
  • Go to the segmentations module and go to the export segments area. Click export and model from the selections. This will save the segment as a surface model.
  • When you save the file be sure to find the model and change the file type from vtk to STL.

Hopefully that works. I dont have slicer open currently so this is from memory. You should be able to fill in the gaps by watching videos and tutorials. Also search google in general for videos on segmenting for 3d printing.

Good luck.

2 Likes

Instead of export and save, you can use “Export to files…” option in the drop-down menu of “Segmentations…” button in Segment Editor. It creates printable STL files in one simple step.

Thanks, good to know. That would save a few clicks.

Thank you so much.
Its good to learn many ways of using the software.

After many a you tube video, I found one that showed me how to just crop the CT scan in half, and save the cropped section :slight_smile: haha

So basically:

  • Load DICOM CT scan
  • Render Volume to see 3D model
  • Select Enable Crop and ROI to select the region you are interested in
  • Go to the Crop Module
  • Apply the crop and then you have Won :slight_smile:
  • Then just save the vtk as STL

Thanks guys!
I really appreciate the quick response.

Kind Regards
Scott

Nice one, yes cropping the volume is also another way to go about it. It can also be faster to segment a cropped volume as less computing power is needed.

Once you have your 3d model made, you can use the EasyClip module to make nice plane cuts to export. You can use the slice sliders to see where to make the cut. There is even an undo and flip, so you can easily make for example a midsagittal cut, save the left half, undo, flip, then save the right half.