Editing the Surface Trace in 3D Models Generated from CT Scan Segmentations

I’ve been working with 3D Slicer to generate 3D surface models from CT scan segmentations of bones. After completing the segmentation and generating the 3D surface, I’ve noticed that for each slice, the generated surface trace is visible. Specifically, this surface trace is displayed in green in the images I’ve produced.

My question is: Is there a way to edit or adjust this surface trace in the generated 3D model? I’m looking to refine the appearance of the surface for a project I’m working on, and any guidance on how to achieve this within 3D Slicer would be greatly appreciated.

Thank you in advance for any help or advice you can offer.

Best regards, Ricardo

Please describe the exact steps you do to get this model that you show in the screenshot.

The steps are:

  1. Create a new Segmentation.
  2. Add a segment and select the Threshold method.
  3. Set the threshold range (minimum and maximum).
  4. Apply the changes.
  5. In the Data View, select the Segmentation and export the visible segments to models.
  6. Select the Segmentation models created and edit their properties.
  7. Check the Visibility options for Slice Display.

The window now displays the pathway generated for the current segmentation. To modify this pathway, is redefining the parameters of the segmentation method I used the only way?

I’m not sure what you mean by “surface trace”. Do you mean “slice intersection” of a 3D model or segmentation?

Segmentation typically uses multiple representations - see details here.In Segmentations module, you can choose to display “closed surface” representation in slice views, which may be what you attempted to describe.

We can provide help much more efficiently if you describe what is the purpose of generating 3D surface models - what is your clinical end goal?

I’ll assume that by surface trace you mean slice intersections in the 2D views. The way to edit this is by using Segment Editor. You can only edit the binary labelmap representation, and then the closed surface will be automatically updated (please read the basics of this following @lassoan 's link above). You can show the closed surface’s slice intersection in the Segmentations module:

image

If you need “better control” over this slice intersection, you can increase the resolution of the segmentation (see 1 in the image below), and/or reduce/disable surface smoothing (2).

image

1 Like